Html Css Color HEX #66A8EF Cornflower Blue

📋 copy color: '#66A8EF'

red 102 ◦ green 168 ◦ blue 239

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

Shades of Cornflower Blue #66A8EF

Tints of Cornflower Blue #66A8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.95%

R = 20.04%
G = 33.01%
B = 46.95%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#66A8EF (or 0x66A8EF) is known color: Cornflower Blue. HEX triplet: 66, A8 and EF. RGB value is (102,168,239). Sum of RGB (Red+Green+Blue) = 102+168+239=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #66A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A8EF is #995710. Grayscale: #9C9C9C. Windows color (decimal): -10049297 or 15706214. OLE color: 15706214.

HSL color Cylindrical-coordinate representation of color #66A8EF: hue angle of 211.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66A8EF is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 168 239 -
CMYK 0.57 0.30 0 0.06
HSL 211.09º 0.81% 0.67% -
HSV(B) 211.09º 0.57% 0.94% -
XYZ 35.06 37.06 86.97 -
YUV 156.36 174.63 89.23 -
System Red Green Blue C M Y K H S L
Decimal 102 168 239 0.57 0.30 0 0.06 211.09 0.81 0.67
Hex 66 A8 EF 39 1E 0 6 D3 51 43
Octal 146 250 357 71 36 0 6 323 121 103
Binary 1100110 10101000 11101111 111001 11110 0 110 11010011 1010001 1000011

Color Harmonies of #66A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A8EF

Black with #66A8EF

Text Example


Text Example

White with #66A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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