Html Css Color HEX #55F2EB Baby Blue

📋 copy color: '#55F2EB'

red 85 ◦ green 242 ◦ blue 235

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

Shades of Baby Blue #55F2EB

Tints of Baby Blue #55F2EB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

 BLUE value IS 235 (92.19% from 255) = 41.81%

R = 15.12%
G = 43.06%
B = 41.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#55F2EB (or 0x55F2EB) is known color: Baby Blue. HEX triplet: 55, F2 and EB. RGB value is (85,242,235). Sum of RGB (Red+Green+Blue) = 85+242+235=562 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.12% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #55F2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F2EB is #AA0D14. Grayscale: #C2C2C2. Windows color (decimal): -11144469 or 15462997. OLE color: 15462997.

HSL color Cylindrical-coordinate representation of color #55F2EB: hue angle of 177.32º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F2EB is Cyan = 0.65, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 242 235 -
CMYK 0.65 0 0.03 0.05
HSL 177.32º 0.86% 0.64% -
HSV(B) 177.32º 0.65% 0.95% -
XYZ 50.49 71.43 89.72 -
YUV 194.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 85 242 235 0.65 0 0.03 0.05 177.32 0.86 0.64
Hex 55 F2 EB 41 0 3 5 B1 56 40
Octal 125 362 353 101 0 3 5 261 126 100
Binary 1010101 11110010 11101011 1000001 0 11 101 10110001 1010110 1000000

Color Harmonies of #55F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F2EB

Black with #55F2EB

Text Example


Text Example

White with #55F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,242,235); }

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

background-color css

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

 a { background-color: rgb(85,242,235); }

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

border-color css

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

 span { border-color: rgb(85,242,235); }

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