Html Css Color HEX #55FCF0 Baby Blue

📋 copy color: '#55FCF0'

red 85 ◦ green 252 ◦ blue 240

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

Shades of Baby Blue #55FCF0

Tints of Baby Blue #55FCF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.59%

R = 14.73%
G = 43.67%
B = 41.59%

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

#55FCF0 (or 0x55FCF0) is known color: Baby Blue. HEX triplet: 55, FC and F0. RGB value is (85,252,240). Sum of RGB (Red+Green+Blue) = 85+252+240=577 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.73% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FCF0 is #AA030F. Grayscale: #C8C8C8. Windows color (decimal): -11141904 or 15793237. OLE color: 15793237.

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

Color convert

RGB 85 252 240 -
CMYK 0.66 0 0.05 0.01
HSL 175.69º 0.97% 0.66% -
HSV(B) 175.69º 0.66% 0.99% -
XYZ 54.28 77.84 94.6 -
YUV 200.7 150.17 45.48 -
System Red Green Blue C M Y K H S L
Decimal 85 252 240 0.66 0 0.05 0.01 175.69 0.97 0.66
Hex 55 FC F0 42 0 5 1 B0 61 42
Octal 125 374 360 102 0 5 1 260 141 102
Binary 1010101 11111100 11110000 1000010 0 101 1 10110000 1100001 1000010

Color Harmonies of #55FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCF0

Black with #55FCF0

Text Example


Text Example

White with #55FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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