Html Css Color HEX #58FAE7 Baby Blue

📋 copy color: '#58FAE7'

red 88 ◦ green 250 ◦ blue 231

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

Shades of Baby Blue #58FAE7

Tints of Baby Blue #58FAE7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.94%

 BLUE value IS 231 (90.63% from 255) = 40.6%

R = 15.47%
G = 43.94%
B = 40.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#58FAE7 (or 0x58FAE7) is known color: Baby Blue. HEX triplet: 58, FA and E7. RGB value is (88,250,231). Sum of RGB (Red+Green+Blue) = 88+250+231=569 (75% of max value = 765). Red value is 88 (34.77% from 255 or 15.47% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #58FAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FAE7 is #A70518. Grayscale: #C7C7C7. Windows color (decimal): -10945817 or 15202904. OLE color: 15202904.

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

Color convert

RGB 88 250 231 -
CMYK 0.65 0 0.08 0.02
HSL 172.96º 0.94% 0.66% -
HSV(B) 172.96º 0.65% 0.98% -
XYZ 52.63 76.22 87.54 -
YUV 199.4 145.83 48.54 -
System Red Green Blue C M Y K H S L
Decimal 88 250 231 0.65 0 0.08 0.02 172.96 0.94 0.66
Hex 58 FA E7 41 0 8 2 AD 5E 42
Octal 130 372 347 101 0 10 2 255 136 102
Binary 1011000 11111010 11100111 1000001 0 1000 10 10101101 1011110 1000010

Color Harmonies of #58FAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FAE7

Black with #58FAE7

Text Example


Text Example

White with #58FAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,250,231); }

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

background-color css

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

 a { background-color: rgb(88,250,231); }

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

border-color css

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

 span { border-color: rgb(88,250,231); }

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