Html Css Color HEX #55FCEF Baby Blue

📋 copy color: '#55FCEF'

red 85 ◦ green 252 ◦ blue 239

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

Shades of Baby Blue #55FCEF

Tints of Baby Blue #55FCEF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.75%

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

R = 14.76%
G = 43.75%
B = 41.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#55FCEF (or 0x55FCEF) is known color: Baby Blue. HEX triplet: 55, FC and EF. RGB value is (85,252,239). Sum of RGB (Red+Green+Blue) = 85+252+239=576 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.76% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FCEF is #AA0310. Grayscale: #C8C8C8. Windows color (decimal): -11141905 or 15727701. OLE color: 15727701.

HSL color Cylindrical-coordinate representation of color #55FCEF: hue angle of 175.33º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FCEF is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 252 239 -
CMYK 0.66 0 0.05 0.01
HSL 175.33º 0.97% 0.66% -
HSV(B) 175.33º 0.66% 0.99% -
XYZ 54.14 77.78 93.82 -
YUV 200.59 149.67 45.56 -
System Red Green Blue C M Y K H S L
Decimal 85 252 239 0.66 0 0.05 0.01 175.33 0.97 0.66
Hex 55 FC EF 42 0 5 1 AF 61 42
Octal 125 374 357 102 0 5 1 257 141 102
Binary 1010101 11111100 11101111 1000010 0 101 1 10101111 1100001 1000010

Color Harmonies of #55FCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCEF

Black with #55FCEF

Text Example


Text Example

White with #55FCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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