Html Css Color HEX #55F2EF Baby Blue

📋 copy color: '#55F2EF'

red 85 ◦ green 242 ◦ blue 239

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

Shades of Baby Blue #55F2EF

Tints of Baby Blue #55F2EF

RGB

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

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

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

R = 15.02%
G = 42.76%
B = 42.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#55F2EF (or 0x55F2EF) is known color: Baby Blue. HEX triplet: 55, F2 and EF. RGB value is (85,242,239). Sum of RGB (Red+Green+Blue) = 85+242+239=566 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.02% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #55F2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F2EF is #AA0D10. Grayscale: #C2C2C2. Windows color (decimal): -11144465 or 15725141. OLE color: 15725141.

HSL color Cylindrical-coordinate representation of color #55F2EF: hue angle of 178.85º 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 #55F2EF is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 242 239 -
CMYK 0.65 0 0.01 0.05
HSL 178.85º 0.86% 0.64% -
HSV(B) 178.85º 0.65% 0.95% -
XYZ 51.08 71.67 92.8 -
YUV 194.72 152.99 49.74 -
System Red Green Blue C M Y K H S L
Decimal 85 242 239 0.65 0 0.01 0.05 178.85 0.86 0.64
Hex 55 F2 EF 41 0 1 5 B3 56 40
Octal 125 362 357 101 0 1 5 263 126 100
Binary 1010101 11110010 11101111 1000001 0 1 101 10110011 1010110 1000000

Color Harmonies of #55F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F2EF

Black with #55F2EF

Text Example


Text Example

White with #55F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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