Html Css Color HEX #66FFEF Baby Blue

📋 copy color: '#66FFEF'

red 102 ◦ green 255 ◦ blue 239

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

Shades of Baby Blue #66FFEF

Tints of Baby Blue #66FFEF

RGB

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

 GREEN value IS 255 (100% from 255) = 42.79%

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

R = 17.11%
G = 42.79%
B = 40.1%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#66FFEF (or 0x66FFEF) is known color: Baby Blue. HEX triplet: 66, FF and EF. RGB value is (102,255,239). Sum of RGB (Red+Green+Blue) = 102+255+239=596 (78% of max value = 765). Red value is 102 (40.23% from 255 or 17.11% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FFEF is #990010. Grayscale: #CFCFCF. Windows color (decimal): -10027025 or 15728486. OLE color: 15728486.

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

Color convert

RGB 102 255 239 -
CMYK 0.6 0 0.06 0
HSL 173.73º 1% 0.7% -
HSV(B) 173.73º 0.6% 1% -
XYZ 56.82 80.58 94.22 -
YUV 207.43 145.81 52.8 -
System Red Green Blue C M Y K H S L
Decimal 102 255 239 0.6 0 0.06 0 173.73 1 0.7
Hex 66 FF EF 3C 0 6 0 AE 64 46
Octal 146 377 357 74 0 6 0 256 144 106
Binary 1100110 11111111 11101111 111100 0 110 0 10101110 1100100 1000110

Color Harmonies of #66FFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FFEF

Black with #66FFEF

Text Example


Text Example

White with #66FFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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