Html Css Color HEX #55EDFB Baby Blue

📋 copy color: '#55EDFB'

red 85 ◦ green 237 ◦ blue 251

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

Shades of Baby Blue #55EDFB

Tints of Baby Blue #55EDFB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.36%

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 14.83%
G = 41.36%
B = 43.8%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#55EDFB (or 0x55EDFB) is known color: Baby Blue. HEX triplet: 55, ED and FB. RGB value is (85,237,251). Sum of RGB (Red+Green+Blue) = 85+237+251=573 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.83% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #55EDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EDFB is #AA1204. Grayscale: #C0C0C0. Windows color (decimal): -11145733 or 16510293. OLE color: 16510293.

HSL color Cylindrical-coordinate representation of color #55EDFB: hue angle of 185.06º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55EDFB is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 237 251 -
CMYK 0.66 0.06 0 0.02
HSL 185.06º 0.95% 0.66% -
HSV(B) 185.06º 0.66% 0.98% -
XYZ 51.44 69.46 101.96 -
YUV 193.15 160.64 50.86 -
System Red Green Blue C M Y K H S L
Decimal 85 237 251 0.66 0.06 0 0.02 185.06 0.95 0.66
Hex 55 ED FB 42 6 0 2 B9 5F 42
Octal 125 355 373 102 6 0 2 271 137 102
Binary 1010101 11101101 11111011 1000010 110 0 10 10111001 1011111 1000010

Color Harmonies of #55EDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EDFB

Black with #55EDFB

Text Example


Text Example

White with #55EDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,237,251); }

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

background-color css

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

 a { background-color: rgb(85,237,251); }

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

border-color css

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

 span { border-color: rgb(85,237,251); }

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