Html Css Color HEX #58FBED Baby Blue

📋 copy color: '#58FBED'

red 88 ◦ green 251 ◦ blue 237

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

Shades of Baby Blue #58FBED

Tints of Baby Blue #58FBED

RGB

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

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

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

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

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #58FBED: hue angle of 174.85º 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 #58FBED is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 251 237 -
CMYK 0.65 0 0.06 0.02
HSL 174.85º 0.95% 0.66% -
HSV(B) 174.85º 0.65% 0.98% -
XYZ 53.81 77.18 92.18 -
YUV 200.67 148.5 47.64 -
System Red Green Blue C M Y K H S L
Decimal 88 251 237 0.65 0 0.06 0.02 174.85 0.95 0.66
Hex 58 FB ED 41 0 6 2 AF 5F 42
Octal 130 373 355 101 0 6 2 257 137 102
Binary 1011000 11111011 11101101 1000001 0 110 10 10101111 1011111 1000010

Color Harmonies of #58FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FBED

Black with #58FBED

Text Example


Text Example

White with #58FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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