Html Css Color HEX #66EBFF Baby Blue

📋 copy color: '#66EBFF'

red 102 ◦ green 235 ◦ blue 255

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

Shades of Baby Blue #66EBFF

Tints of Baby Blue #66EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.7%

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

R = 17.23%
G = 39.7%
B = 43.07%

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

#66EBFF (or 0x66EBFF) is known color: Baby Blue. HEX triplet: 66, EB and FF. RGB value is (102,235,255). Sum of RGB (Red+Green+Blue) = 102+235+255=592 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.23% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #66EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EBFF is #991400. Grayscale: #C5C5C5. Windows color (decimal): -10032129 or 16771942. OLE color: 16771942.

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

Color convert

RGB 102 235 255 -
CMYK 0.6 0.08 0 0
HSL 187.84º 1% 0.7% -
HSV(B) 187.84º 0.6% 1% -
XYZ 53.24 69.46 105.21 -
YUV 197.51 160.44 59.87 -
System Red Green Blue C M Y K H S L
Decimal 102 235 255 0.6 0.08 0 0 187.84 1 0.7
Hex 66 EB FF 3C 8 0 0 BC 64 46
Octal 146 353 377 74 10 0 0 274 144 106
Binary 1100110 11101011 11111111 111100 1000 0 0 10111100 1100100 1000110

Color Harmonies of #66EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66EBFF

Black with #66EBFF

Text Example


Text Example

White with #66EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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