Html Css Color HEX #66A5FE Cornflower Blue

📋 copy color: '#66A5FE'

red 102 ◦ green 165 ◦ blue 254

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

Shades of Cornflower Blue #66A5FE

Tints of Cornflower Blue #66A5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 19.58%
G = 31.67%
B = 48.75%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#66A5FE (or 0x66A5FE) is known color: Cornflower Blue. HEX triplet: 66, A5 and FE. RGB value is (102,165,254). Sum of RGB (Red+Green+Blue) = 102+165+254=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #66A5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66A5FE is #995A01. Grayscale: #9B9B9B. Windows color (decimal): -10050050 or 16688486. OLE color: 16688486.

HSL color Cylindrical-coordinate representation of color #66A5FE: hue angle of 215.13º 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 #66A5FE is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 165 254 -
CMYK 0.60 0.35 0 0.00
HSL 215.13º 0.99% 0.7% -
HSV(B) 215.13º 0.6% 1% -
XYZ 36.82 36.89 98.95 -
YUV 156.31 183.13 89.26 -
System Red Green Blue C M Y K H S L
Decimal 102 165 254 0.60 0.35 0 0.00 215.13 0.99 0.7
Hex 66 A5 FE 3C 23 0 0 D7 63 46
Octal 146 245 376 74 43 0 0 327 143 106
Binary 1100110 10100101 11111110 111100 100011 0 0 11010111 1100011 1000110

Color Harmonies of #66A5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A5FE

Black with #66A5FE

Text Example


Text Example

White with #66A5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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