Html Css Color HEX #58FCEA Baby Blue

📋 copy color: '#58FCEA'

red 88 ◦ green 252 ◦ blue 234

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

Shades of Baby Blue #58FCEA

Tints of Baby Blue #58FCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.77%

R = 15.33%
G = 43.9%
B = 40.77%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#58FCEA (or 0x58FCEA) is known color: Baby Blue. HEX triplet: 58, FC and EA. RGB value is (88,252,234). Sum of RGB (Red+Green+Blue) = 88+252+234=574 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.33% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #58FCEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FCEA is #A70315. Grayscale: #C8C8C8. Windows color (decimal): -10945302 or 15400024. OLE color: 15400024.

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

Color convert

RGB 88 252 234 -
CMYK 0.65 0 0.07 0.01
HSL 173.41º 0.96% 0.67% -
HSV(B) 173.41º 0.65% 0.99% -
XYZ 53.69 77.64 90 -
YUV 200.91 146.67 47.46 -
System Red Green Blue C M Y K H S L
Decimal 88 252 234 0.65 0 0.07 0.01 173.41 0.96 0.67
Hex 58 FC EA 41 0 7 1 AD 60 43
Octal 130 374 352 101 0 7 1 255 140 103
Binary 1011000 11111100 11101010 1000001 0 111 1 10101101 1100000 1000011

Color Harmonies of #58FCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FCEA

Black with #58FCEA

Text Example


Text Example

White with #58FCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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