Html Css Color HEX #58FCE5 Baby Blue

📋 copy color: '#58FCE5'

red 88 ◦ green 252 ◦ blue 229

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

Shades of Baby Blue #58FCE5

Tints of Baby Blue #58FCE5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.29%

 BLUE value IS 229 (89.84% from 255) = 40.25%

R = 15.47%
G = 44.29%
B = 40.25%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#58FCE5 (or 0x58FCE5) is known color: Baby Blue. HEX triplet: 58, FC and E5. RGB value is (88,252,229). Sum of RGB (Red+Green+Blue) = 88+252+229=569 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.47% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58FCE5 is #A7031A. Grayscale: #C8C8C8. Windows color (decimal): -10945307 or 15072344. OLE color: 15072344.

HSL color Cylindrical-coordinate representation of color #58FCE5: hue angle of 171.59º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58FCE5 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 252 229 -
CMYK 0.65 0 0.09 0.01
HSL 171.59º 0.96% 0.67% -
HSV(B) 171.59º 0.65% 0.99% -
XYZ 52.98 77.35 86.27 -
YUV 200.34 144.17 47.87 -
System Red Green Blue C M Y K H S L
Decimal 88 252 229 0.65 0 0.09 0.01 171.59 0.96 0.67
Hex 58 FC E5 41 0 9 1 AC 60 43
Octal 130 374 345 101 0 11 1 254 140 103
Binary 1011000 11111100 11100101 1000001 0 1001 1 10101100 1100000 1000011

Color Harmonies of #58FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FCE5

Black with #58FCE5

Text Example


Text Example

White with #58FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,252,229); }

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

background-color css

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

 a { background-color: rgb(88,252,229); }

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

border-color css

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

 span { border-color: rgb(88,252,229); }

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