Html Css Color HEX #66EAFF Baby Blue

📋 copy color: '#66EAFF'

red 102 ◦ green 234 ◦ blue 255

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

Shades of Baby Blue #66EAFF

Tints of Baby Blue #66EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.59%

 BLUE value IS 255 (100% from 255) = 43.15%

R = 17.26%
G = 39.59%
B = 43.15%

CMYK

 C value IS 0.6

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#66EAFF (or 0x66EAFF) is known color: Baby Blue. HEX triplet: 66, EA and FF. RGB value is (102,234,255). Sum of RGB (Red+Green+Blue) = 102+234+255=591 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.26% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #66EAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EAFF is #991500. Grayscale: #C4C4C4. Windows color (decimal): -10032385 or 16771686. OLE color: 16771686.

HSL color Cylindrical-coordinate representation of color #66EAFF: hue angle of 188.24º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66EAFF is Cyan = 0.6, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 234 255 -
CMYK 0.6 0.08 0 0
HSL 188.24º 1% 0.7% -
HSV(B) 188.24º 0.6% 1% -
XYZ 52.95 68.89 105.11 -
YUV 196.93 160.77 60.29 -
System Red Green Blue C M Y K H S L
Decimal 102 234 255 0.6 0.08 0 0 188.24 1 0.7
Hex 66 EA FF 3C 8 0 0 BC 64 46
Octal 146 352 377 74 10 0 0 274 144 106
Binary 1100110 11101010 11111111 111100 1000 0 0 10111100 1100100 1000110

Color Harmonies of #66EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EAFF

Black with #66EAFF

Text Example


Text Example

White with #66EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,234,255); }

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

background-color css

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

 a { background-color: rgb(102,234,255); }

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

border-color css

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

 span { border-color: rgb(102,234,255); }

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