#66A7FC

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

Shades of Cornflower Blue #66A7FC

Tints of Cornflower Blue #66A7FC

Color information

#66A7FC (or 0x66A7FC) is unknown color: approx Cornflower Blue. HEX triplet: 66, A7 and FC. RGB value is (102,167,252). Sum of RGB (Red+Green+Blue) = 102+167+252=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #66A7FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A7FC is #995803. Grayscale: #9C9C9C. Windows color (decimal): -10049540 or 16557926. OLE color: 16557926.

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

Color convert

RGB102167252-
CMYK0.600.3400.01
HSL214º96.15%69.41%-
HSV(B)214º59.52%98.82%-
XYZ36.8737.4997.39-
YUV157.26181.4788.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.58%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 252 (98.83% from 255) = 48.37%
R=19.58%
G=32.05%
B=48.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1021672520.600.3400.0121496.1569.41
Hex66A7FC3C2201d66045
Octal146247374744201326140105
Binary11001101010011111111100111100100010011101011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,167,252); }

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

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

 a { background-color: rgb(102,167,252); }

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

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

 span { border-color: rgb(102,167,252); }

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