Html Css Color HEX #58F5EE Baby Blue

📋 copy color: '#58F5EE'

red 88 ◦ green 245 ◦ blue 238

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

Shades of Baby Blue #58F5EE

Tints of Baby Blue #58F5EE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.91%

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 15.41%
G = 42.91%
B = 41.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#58F5EE (or 0x58F5EE) is known color: Baby Blue. HEX triplet: 58, F5 and EE. RGB value is (88,245,238). Sum of RGB (Red+Green+Blue) = 88+245+238=571 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.41% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #58F5EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F5EE is #A70A11. Grayscale: #C5C5C5. Windows color (decimal): -10947090 or 15660376. OLE color: 15660376.

HSL color Cylindrical-coordinate representation of color #58F5EE: hue angle of 177.32º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58F5EE is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 88 245 238 -
CMYK 0.64 0 0.03 0.04
HSL 177.32º 0.89% 0.65% -
HSV(B) 177.32º 0.64% 0.96% -
XYZ 52.11 73.55 92.34 -
YUV 197.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 88 245 238 0.64 0 0.03 0.04 177.32 0.89 0.65
Hex 58 F5 EE 40 0 3 4 B1 59 41
Octal 130 365 356 100 0 3 4 261 131 101
Binary 1011000 11110101 11101110 1000000 0 11 100 10110001 1011001 1000001

Color Harmonies of #58F5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F5EE

Black with #58F5EE

Text Example


Text Example

White with #58F5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,245,238); }

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

background-color css

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

 a { background-color: rgb(88,245,238); }

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

border-color css

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

 span { border-color: rgb(88,245,238); }

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