#63a2ff

Color #63A2FF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #63A2FF

Tints of Cornflower Blue #63A2FF

Color information

#63A2FF (or 0x63A2FF) is unknown color: approx Cornflower Blue. HEX triplet: 63, A2 and FF. RGB value is (99,162,255). Sum of RGB (Red+Green+Blue) = 99+162+255=516 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.19% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #63A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A2FF is #9C5D00. Grayscale: #999999. Windows color (decimal): -10247425 or 16753251. OLE color: 16753251.

HSL color Cylindrical-coordinate representation of color #63A2FF: hue angle of 215.77º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63A2FF is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB99162255-
CMYK0.610.3600
HSL215.77º100%69.41%-
HSV(B)215.77º61.18%100%-
XYZ36.1235.7199.6-
YUV153.76185.1388.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 19.19%
GREEN value IS 162 (63.67% from 255) = 31.40%
BLUE value IS 255 (100% from 255) = 49.42%
R=19.19%
G=31.40%
B=49.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal991622550.610.3600215.7710069.41
Hex63A2FF3D2400d86445
Octal143242377754400330144105
Binary11000111010001011111111111101100100001101100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63a2ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63a2ff; }

 p { color: rgb(99,162,255); }

 H1.HeaderClassName
 {
   color: #63a2ff;
 }
 .AnyTagClassName
 {
   color: #63a2ff;
 }
</style>
background-color css

<style>
 a { background-color: #63a2ff; }

 a { background-color: rgb(99,162,255); }

 div.DivClassName
 {
   background-color: #63a2ff;
 }
 .BgClassName
 {
   background-color: #63a2ff;
 }
</style>
border-color css

<style>
 span { border-color: #63a2ff; }

 span { border-color: rgb(99,162,255); }

 td.TdClassName
 {
   border-color: #63a2ff;
 }
 .TagClassName
 {
   border-color: #63a2ff;
 }
</style>