Html Css Color HEX #58FDEA Baby Blue

📋 copy color: '#58FDEA'

red 88 ◦ green 253 ◦ blue 234

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

Shades of Baby Blue #58FDEA

Tints of Baby Blue #58FDEA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44%

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

R = 15.3%
G = 44%
B = 40.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#58FDEA (or 0x58FDEA) is known color: Baby Blue. HEX triplet: 58, FD and EA. RGB value is (88,253,234). Sum of RGB (Red+Green+Blue) = 88+253+234=575 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.30% from 575); Green value is 253 (99.22% from 255 or 44% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 253 - color contains mainly: green. Hex color #58FDEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FDEA is #A70215. Grayscale: #C9C9C9. Windows color (decimal): -10945046 or 15400280. OLE color: 15400280.

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

Color convert

RGB 88 253 234 -
CMYK 0.65 0 0.08 0.01
HSL 173.09º 0.98% 0.67% -
HSV(B) 173.09º 0.65% 0.99% -
XYZ 54 78.27 90.1 -
YUV 201.5 146.34 47.04 -
System Red Green Blue C M Y K H S L
Decimal 88 253 234 0.65 0 0.08 0.01 173.09 0.98 0.67
Hex 58 FD EA 41 0 8 1 AD 62 43
Octal 130 375 352 101 0 10 1 255 142 103
Binary 1011000 11111101 11101010 1000001 0 1000 1 10101101 1100010 1000011

Color Harmonies of #58FDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FDEA

Black with #58FDEA

Text Example


Text Example

White with #58FDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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