Html Css Color HEX #55ECFD Baby Blue

📋 copy color: '#55ECFD'

red 85 ◦ green 236 ◦ blue 253

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

Shades of Baby Blue #55ECFD

Tints of Baby Blue #55ECFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 14.81%
G = 41.11%
B = 44.08%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#55ECFD (or 0x55ECFD) is known color: Baby Blue. HEX triplet: 55, EC and FD. RGB value is (85,236,253). Sum of RGB (Red+Green+Blue) = 85+236+253=574 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.81% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #55ECFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55ECFD is #AA1302. Grayscale: #C0C0C0. Windows color (decimal): -11145987 or 16641109. OLE color: 16641109.

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

Color convert

RGB 85 236 253 -
CMYK 0.66 0.07 0 0.01
HSL 186.07º 0.98% 0.66% -
HSV(B) 186.07º 0.66% 0.99% -
XYZ 51.47 69.01 103.54 -
YUV 192.79 161.97 51.12 -
System Red Green Blue C M Y K H S L
Decimal 85 236 253 0.66 0.07 0 0.01 186.07 0.98 0.66
Hex 55 EC FD 42 7 0 1 BA 62 42
Octal 125 354 375 102 7 0 1 272 142 102
Binary 1010101 11101100 11111101 1000010 111 0 1 10111010 1100010 1000010

Color Harmonies of #55ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ECFD

Black with #55ECFD

Text Example


Text Example

White with #55ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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