Html Css Color HEX #66A5E7 Cornflower Blue

📋 copy color: '#66A5E7'

red 102 ◦ green 165 ◦ blue 231

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

Shades of Cornflower Blue #66A5E7

Tints of Cornflower Blue #66A5E7

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.13%

 BLUE value IS 231 (90.63% from 255) = 46.39%

R = 20.48%
G = 33.13%
B = 46.39%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#66A5E7 (or 0x66A5E7) is known color: Cornflower Blue. HEX triplet: 66, A5 and E7. RGB value is (102,165,231). Sum of RGB (Red+Green+Blue) = 102+165+231=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #66A5E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A5E7 is #995A18. Grayscale: #999999. Windows color (decimal): -10050073 or 15181158. OLE color: 15181158.

HSL color Cylindrical-coordinate representation of color #66A5E7: hue angle of 210.7º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66A5E7 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 102 165 231 -
CMYK 0.56 0.29 0 0.09
HSL 210.7º 0.73% 0.65% -
HSV(B) 210.7º 0.56% 0.91% -
XYZ 33.36 35.5 80.7 -
YUV 153.69 171.63 91.13 -
System Red Green Blue C M Y K H S L
Decimal 102 165 231 0.56 0.29 0 0.09 210.7 0.73 0.65
Hex 66 A5 E7 38 1D 0 9 D3 49 41
Octal 146 245 347 70 35 0 11 323 111 101
Binary 1100110 10100101 11100111 111000 11101 0 1001 11010011 1001001 1000001

Color Harmonies of #66A5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A5E7

Black with #66A5E7

Text Example


Text Example

White with #66A5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,165,231); }

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

background-color css

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

 a { background-color: rgb(102,165,231); }

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

border-color css

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

 span { border-color: rgb(102,165,231); }

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