Html Css Color HEX #58EDFB Baby Blue

📋 copy color: '#58EDFB'

red 88 ◦ green 237 ◦ blue 251

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

Shades of Baby Blue #58EDFB

Tints of Baby Blue #58EDFB

RGB

 RED value IS 88 (34.77% from 255) = 15.28%

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

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

R = 15.28%
G = 41.15%
B = 43.58%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#58EDFB (or 0x58EDFB) is known color: Baby Blue. HEX triplet: 58, ED and FB. RGB value is (88,237,251). Sum of RGB (Red+Green+Blue) = 88+237+251=576 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.28% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #58EDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EDFB is #A71204. Grayscale: #C1C1C1. Windows color (decimal): -10949125 or 16510296. OLE color: 16510296.

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

Color convert

RGB 88 237 251 -
CMYK 0.65 0.06 0 0.02
HSL 185.15º 0.95% 0.66% -
HSV(B) 185.15º 0.65% 0.98% -
XYZ 51.72 69.61 101.98 -
YUV 194.05 160.14 52.36 -
System Red Green Blue C M Y K H S L
Decimal 88 237 251 0.65 0.06 0 0.02 185.15 0.95 0.66
Hex 58 ED FB 41 6 0 2 B9 5F 42
Octal 130 355 373 101 6 0 2 271 137 102
Binary 1011000 11101101 11111011 1000001 110 0 10 10111001 1011111 1000010

Color Harmonies of #58EDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EDFB

Black with #58EDFB

Text Example


Text Example

White with #58EDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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