Html Css Color HEX #55FDED Baby Blue

📋 copy color: '#55FDED'

red 85 ◦ green 253 ◦ blue 237

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

Shades of Baby Blue #55FDED

Tints of Baby Blue #55FDED

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44%

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

R = 14.78%
G = 44%
B = 41.22%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#55FDED (or 0x55FDED) is known color: Baby Blue. HEX triplet: 55, FD and ED. RGB value is (85,253,237). Sum of RGB (Red+Green+Blue) = 85+253+237=575 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.78% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FDED is #AA0212. Grayscale: #C8C8C8. Windows color (decimal): -11141651 or 15596885. OLE color: 15596885.

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

Color convert

RGB 85 253 237 -
CMYK 0.66 0 0.06 0.01
HSL 174.29º 0.98% 0.66% -
HSV(B) 174.29º 0.66% 0.99% -
XYZ 54.16 78.3 92.38 -
YUV 200.94 148.34 45.3 -
System Red Green Blue C M Y K H S L
Decimal 85 253 237 0.66 0 0.06 0.01 174.29 0.98 0.66
Hex 55 FD ED 42 0 6 1 AE 62 42
Octal 125 375 355 102 0 6 1 256 142 102
Binary 1010101 11111101 11101101 1000010 0 110 1 10101110 1100010 1000010

Color Harmonies of #55FDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FDED

Black with #55FDED

Text Example


Text Example

White with #55FDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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