Html Css Color HEX #55EDF8 Baby Blue

📋 copy color: '#55EDF8'

red 85 ◦ green 237 ◦ blue 248

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

Shades of Baby Blue #55EDF8

Tints of Baby Blue #55EDF8

RGB

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

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

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

R = 14.91%
G = 41.58%
B = 43.51%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#55EDF8 (or 0x55EDF8) is known color: Baby Blue. HEX triplet: 55, ED and F8. RGB value is (85,237,248). Sum of RGB (Red+Green+Blue) = 85+237+248=570 (75% of max value = 765). Red value is 85 (33.59% from 255 or 14.91% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #55EDF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55EDF8 is #AA1207. Grayscale: #C0C0C0. Windows color (decimal): -11145736 or 16313685. OLE color: 16313685.

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

Color convert

RGB 85 237 248 -
CMYK 0.66 0.04 0 0.03
HSL 184.05º 0.92% 0.65% -
HSV(B) 184.05º 0.66% 0.97% -
XYZ 50.97 69.28 99.49 -
YUV 192.81 159.14 51.11 -
System Red Green Blue C M Y K H S L
Decimal 85 237 248 0.66 0.04 0 0.03 184.05 0.92 0.65
Hex 55 ED F8 42 4 0 3 B8 5C 41
Octal 125 355 370 102 4 0 3 270 134 101
Binary 1010101 11101101 11111000 1000010 100 0 11 10111000 1011100 1000001

Color Harmonies of #55EDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EDF8

Black with #55EDF8

Text Example


Text Example

White with #55EDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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