#66A3FE

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

Shades of Cornflower Blue #66A3FE

Tints of Cornflower Blue #66A3FE

Color information

#66A3FE (or 0x66A3FE) is unknown color: approx Cornflower Blue. HEX triplet: 66, A3 and FE. RGB value is (102,163,254). Sum of RGB (Red+Green+Blue) = 102+163+254=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #66A3FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A3FE is #995C01. Grayscale: #9A9A9A. Windows color (decimal): -10050562 or 16687974. OLE color: 16687974.

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

Color convert

RGB102163254-
CMYK0.600.3600.00
HSL215.92º98.7%69.8%-
HSV(B)215.92º59.84%99.61%-
XYZ36.4736.1798.83-
YUV155.14183.7990.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.65%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 254 (99.61% from 255) = 48.94%
R=19.65%
G=31.41%
B=48.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1021632540.600.3600.00215.9298.769.8
Hex66A3FE3C2400d86346
Octal146243376744400330143106
Binary11001101010001111111110111100100100001101100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,163,254); }

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

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

 a { background-color: rgb(102,163,254); }

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

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

 span { border-color: rgb(102,163,254); }

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