Html Css Color HEX #55F6EE Baby Blue

📋 copy color: '#55F6EE'

red 85 ◦ green 246 ◦ blue 238

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

Shades of Baby Blue #55F6EE

Tints of Baby Blue #55F6EE

RGB

 RED value IS 85 (33.59% from 255) = 14.94%

 GREEN value IS 246 (96.48% from 255) = 43.23%

 BLUE value IS 238 (93.36% from 255) = 41.83%

R = 14.94%
G = 43.23%
B = 41.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#55F6EE (or 0x55F6EE) is known color: Baby Blue. HEX triplet: 55, F6 and EE. RGB value is (85,246,238). Sum of RGB (Red+Green+Blue) = 85+246+238=569 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.94% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #55F6EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F6EE is #AA0911. Grayscale: #C4C4C4. Windows color (decimal): -11143442 or 15660629. OLE color: 15660629.

HSL color Cylindrical-coordinate representation of color #55F6EE: hue angle of 177.02º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F6EE is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 246 238 -
CMYK 0.65 0 0.03 0.04
HSL 177.02º 0.9% 0.65% -
HSV(B) 177.02º 0.65% 0.96% -
XYZ 52.13 74.02 92.43 -
YUV 196.95 151.16 48.15 -
System Red Green Blue C M Y K H S L
Decimal 85 246 238 0.65 0 0.03 0.04 177.02 0.9 0.65
Hex 55 F6 EE 41 0 3 4 B1 5A 41
Octal 125 366 356 101 0 3 4 261 132 101
Binary 1010101 11110110 11101110 1000001 0 11 100 10110001 1011010 1000001

Color Harmonies of #55F6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F6EE

Black with #55F6EE

Text Example


Text Example

White with #55F6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55F6EE; }

 p { color: rgb(85,246,238); }

 H1.HeaderClassName
 {
   color: #55F6EE;
 }
 .AnyTagClassName
 {
   color: #55F6EE;
 }
</style>

background-color css

<style>
 a { background-color: #55F6EE; }

 a { background-color: rgb(85,246,238); }

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

border-color css

<style>
 span { border-color: #55F6EE; }

 span { border-color: rgb(85,246,238); }

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