Html Css Color HEX #66F3EC Baby Blue

📋 copy color: '#66F3EC'

red 102 ◦ green 243 ◦ blue 236

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

Shades of Baby Blue #66F3EC

Tints of Baby Blue #66F3EC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.82%

 BLUE value IS 236 (92.58% from 255) = 40.62%

R = 17.56%
G = 41.82%
B = 40.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#66F3EC (or 0x66F3EC) is known color: Baby Blue. HEX triplet: 66, F3 and EC. RGB value is (102,243,236). Sum of RGB (Red+Green+Blue) = 102+243+236=581 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.56% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #66F3EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66F3EC is #990C13. Grayscale: #C7C7C7. Windows color (decimal): -10030100 or 15528806. OLE color: 15528806.

HSL color Cylindrical-coordinate representation of color #66F3EC: hue angle of 177.02º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F3EC is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 102 243 236 -
CMYK 0.58 0 0.03 0.05
HSL 177.02º 0.85% 0.68% -
HSV(B) 177.02º 0.58% 0.95% -
XYZ 52.67 72.98 90.67 -
YUV 200.04 148.29 58.07 -
System Red Green Blue C M Y K H S L
Decimal 102 243 236 0.58 0 0.03 0.05 177.02 0.85 0.68
Hex 66 F3 EC 3A 0 3 5 B1 55 44
Octal 146 363 354 72 0 3 5 261 125 104
Binary 1100110 11110011 11101100 111010 0 11 101 10110001 1010101 1000100

Color Harmonies of #66F3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F3EC

Black with #66F3EC

Text Example


Text Example

White with #66F3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,243,236); }

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

background-color css

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

 a { background-color: rgb(102,243,236); }

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

border-color css

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

 span { border-color: rgb(102,243,236); }

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