#62AAFC

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

Shades of Cornflower Blue #62AAFC

Tints of Cornflower Blue #62AAFC

Color information

#62AAFC (or 0x62AAFC) is unknown color: approx Cornflower Blue. HEX triplet: 62, AA and FC. RGB value is (98,170,252). Sum of RGB (Red+Green+Blue) = 98+170+252=520 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.85% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #62AAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62AAFC is #9D5503. Grayscale: #9D9D9D. Windows color (decimal): -10310916 or 16558690. OLE color: 16558690.

HSL color Cylindrical-coordinate representation of color #62AAFC: hue angle of 211.95º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #62AAFC is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB98170252-
CMYK0.610.3300.01
HSL211.95º96.25%68.63%-
HSV(B)211.95º61.11%98.82%-
XYZ36.9838.3797.55-
YUV157.82181.1585.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.85%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=18.85%
G=32.69%
B=48.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal981702520.610.3300.01211.9596.2568.63
Hex62AAFC3D2101d46045
Octal142252374754101324140105
Binary11000101010101011111100111101100001011101010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62AAFC; }

 p { color: rgb(98,170,252); }

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

<style>
 a { background-color: #62AAFC; }

 a { background-color: rgb(98,170,252); }

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

<style>
 span { border-color: #62AAFC; }

 span { border-color: rgb(98,170,252); }

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