Html Css Color HEX #55ECF8 Baby Blue

📋 copy color: '#55ECF8'

red 85 ◦ green 236 ◦ blue 248

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

Shades of Baby Blue #55ECF8

Tints of Baby Blue #55ECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.48%

 BLUE value IS 248 (97.27% from 255) = 43.59%

R = 14.94%
G = 41.48%
B = 43.59%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#55ECF8 (or 0x55ECF8) is known color: Baby Blue. HEX triplet: 55, EC and F8. RGB value is (85,236,248). Sum of RGB (Red+Green+Blue) = 85+236+248=569 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.94% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #55ECF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55ECF8 is #AA1307. Grayscale: #C0C0C0. Windows color (decimal): -11145992 or 16313429. OLE color: 16313429.

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

Color convert

RGB 85 236 248 -
CMYK 0.66 0.05 0 0.03
HSL 184.42º 0.92% 0.65% -
HSV(B) 184.42º 0.66% 0.97% -
XYZ 50.69 68.7 99.4 -
YUV 192.22 159.47 51.52 -
System Red Green Blue C M Y K H S L
Decimal 85 236 248 0.66 0.05 0 0.03 184.42 0.92 0.65
Hex 55 EC F8 42 5 0 3 B8 5C 41
Octal 125 354 370 102 5 0 3 270 134 101
Binary 1010101 11101100 11111000 1000010 101 0 11 10111000 1011100 1000001

Color Harmonies of #55ECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ECF8

Black with #55ECF8

Text Example


Text Example

White with #55ECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,236,248); }

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

background-color css

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

 a { background-color: rgb(85,236,248); }

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

border-color css

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

 span { border-color: rgb(85,236,248); }

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