Html Css Color HEX #66A0EB Cornflower Blue

📋 copy color: '#66A0EB'

red 102 ◦ green 160 ◦ blue 235

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

Shades of Cornflower Blue #66A0EB

Tints of Cornflower Blue #66A0EB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.19%

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

R = 20.52%
G = 32.19%
B = 47.28%

CMYK

 C value IS 0.57

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#66A0EB (or 0x66A0EB) is known color: Cornflower Blue. HEX triplet: 66, A0 and EB. RGB value is (102,160,235). Sum of RGB (Red+Green+Blue) = 102+160+235=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #66A0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A0EB is #995F14. Grayscale: #969696. Windows color (decimal): -10051349 or 15442022. OLE color: 15442022.

HSL color Cylindrical-coordinate representation of color #66A0EB: hue angle of 213.83º 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 #66A0EB is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 160 235 -
CMYK 0.57 0.32 0 0.08
HSL 213.83º 0.77% 0.66% -
HSV(B) 213.83º 0.57% 0.92% -
XYZ 33.05 33.96 83.41 -
YUV 151.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 102 160 235 0.57 0.32 0 0.08 213.83 0.77 0.66
Hex 66 A0 EB 39 20 0 8 D6 4D 42
Octal 146 240 353 71 40 0 10 326 115 102
Binary 1100110 10100000 11101011 111001 100000 0 1000 11010110 1001101 1000010

Color Harmonies of #66A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A0EB

Black with #66A0EB

Text Example


Text Example

White with #66A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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