#66A5FD

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

Shades of Cornflower Blue #66A5FD

Tints of Cornflower Blue #66A5FD

Color information

#66A5FD (or 0x66A5FD) is unknown color: approx Cornflower Blue. HEX triplet: 66, A5 and FD. RGB value is (102,165,253). Sum of RGB (Red+Green+Blue) = 102+165+253=520 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.62% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #66A5FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A5FD is #995A02. Grayscale: #9B9B9B. Windows color (decimal): -10050051 or 16622950. OLE color: 16622950.

HSL color Cylindrical-coordinate representation of color #66A5FD: hue angle of 214.97º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66A5FD is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102165253-
CMYK0.600.3500.01
HSL214.97º97.42%69.61%-
HSV(B)214.97º59.68%99.22%-
XYZ36.6636.8398.1-
YUV156.2182.6389.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.62%
GREEN value IS 165 (64.84% from 255) = 31.73%
BLUE value IS 253 (99.22% from 255) = 48.65%
R=19.62%
G=31.73%
B=48.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1021652530.600.3500.01214.9797.4269.61
Hex66A5FD3C2301d76146
Octal146245375744301327141106
Binary11001101010010111111101111100100011011101011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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