#66A5FA

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

Shades of Cornflower Blue #66A5FA

Tints of Cornflower Blue #66A5FA

Color information

#66A5FA (or 0x66A5FA) is unknown color: approx Cornflower Blue. HEX triplet: 66, A5 and FA. RGB value is (102,165,250). Sum of RGB (Red+Green+Blue) = 102+165+250=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #66A5FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A5FA is #995A05. Grayscale: #9B9B9B. Windows color (decimal): -10050054 or 16426342. OLE color: 16426342.

HSL color Cylindrical-coordinate representation of color #66A5FA: hue angle of 214.46º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66A5FA is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB102165250-
CMYK0.590.3400.02
HSL214.46º93.67%69.02%-
HSV(B)214.46º59.2%98.04%-
XYZ36.1936.6495.61-
YUV155.85181.1389.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.73%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=19.73%
G=31.91%
B=48.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1021652500.590.3400.02214.4693.6769.02
Hex66A5FA3B2202d65e45
Octal146245372734202326136105
Binary110011010100101111110101110111000100101101011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A5FA; }

 p { color: rgb(102,165,250); }

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

<style>
 a { background-color: #66A5FA; }

 a { background-color: rgb(102,165,250); }

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

<style>
 span { border-color: #66A5FA; }

 span { border-color: rgb(102,165,250); }

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