Html Css Color HEX #66A8EB Cornflower Blue

📋 copy color: '#66A8EB'

red 102 ◦ green 168 ◦ blue 235

#66A8EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #66A8EB

Tints of Cornflower Blue #66A8EB

RGB

 RED value IS 102 (40.23% from 255) = 20.2%

 GREEN value IS 168 (66.02% from 255) = 33.27%

 BLUE value IS 235 (92.19% from 255) = 46.53%

R = 20.2%
G = 33.27%
B = 46.53%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#66A8EB (or 0x66A8EB) is known color: Cornflower Blue. HEX triplet: 66, A8 and EB. RGB value is (102,168,235). Sum of RGB (Red+Green+Blue) = 102+168+235=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #66A8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A8EB is #995714. Grayscale: #9B9B9B. Windows color (decimal): -10049301 or 15444070. OLE color: 15444070.

HSL color Cylindrical-coordinate representation of color #66A8EB: hue angle of 210.23º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66A8EB is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 168 235 -
CMYK 0.57 0.29 0 0.08
HSL 210.23º 0.77% 0.66% -
HSV(B) 210.23º 0.57% 0.92% -
XYZ 34.48 36.83 83.89 -
YUV 155.9 172.63 89.55 -
System Red Green Blue C M Y K H S L
Decimal 102 168 235 0.57 0.29 0 0.08 210.23 0.77 0.66
Hex 66 A8 EB 39 1D 0 8 D2 4D 42
Octal 146 250 353 71 35 0 10 322 115 102
Binary 1100110 10101000 11101011 111001 11101 0 1000 11010010 1001101 1000010

Color Harmonies of #66A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A8EB

Black with #66A8EB

Text Example


Text Example

White with #66A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,168,235); }

 H1.HeaderClassName
 {
   color: #66A8EB;
 }
 .AnyTagClassName
 {
   color: #66A8EB;
 }
</style>

background-color css

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

 a { background-color: rgb(102,168,235); }

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

border-color css

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

 span { border-color: rgb(102,168,235); }

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