Html Css Color HEX #55FFED Baby Blue

📋 copy color: '#55FFED'

red 85 ◦ green 255 ◦ blue 237

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

Shades of Baby Blue #55FFED

Tints of Baby Blue #55FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 44.19%

 BLUE value IS 237 (92.97% from 255) = 41.07%

R = 14.73%
G = 44.19%
B = 41.07%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#55FFED (or 0x55FFED) is known color: Baby Blue. HEX triplet: 55, FF and ED. RGB value is (85,255,237). Sum of RGB (Red+Green+Blue) = 85+255+237=577 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.73% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FFED is #AA0012. Grayscale: #CACACA. Windows color (decimal): -11141139 or 15597397. OLE color: 15597397.

HSL color Cylindrical-coordinate representation of color #55FFED: hue angle of 173.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFED is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 85 255 237 -
CMYK 0.67 0 0.07 0
HSL 173.65º 1% 0.67% -
HSV(B) 173.65º 0.67% 1% -
XYZ 54.79 79.57 92.59 -
YUV 202.12 147.68 44.46 -
System Red Green Blue C M Y K H S L
Decimal 85 255 237 0.67 0 0.07 0 173.65 1 0.67
Hex 55 FF ED 43 0 7 0 AE 64 43
Octal 125 377 355 103 0 7 0 256 144 103
Binary 1010101 11111111 11101101 1000011 0 111 0 10101110 1100100 1000011

Color Harmonies of #55FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FFED

Black with #55FFED

Text Example


Text Example

White with #55FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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