Html Css Color HEX #58FEF3 Baby Blue

📋 copy color: '#58FEF3'

red 88 ◦ green 254 ◦ blue 243

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

Shades of Baby Blue #58FEF3

Tints of Baby Blue #58FEF3

RGB

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

 GREEN value IS 254 (99.61% from 255) = 43.42%

 BLUE value IS 243 (95.31% from 255) = 41.54%

R = 15.04%
G = 43.42%
B = 41.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#58FEF3 (or 0x58FEF3) is known color: Baby Blue. HEX triplet: 58, FE and F3. RGB value is (88,254,243). Sum of RGB (Red+Green+Blue) = 88+254+243=585 (77% of max value = 765). Red value is 88 (34.77% from 255 or 15.04% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FEF3 is #A7010C. Grayscale: #CACACA. Windows color (decimal): -10944781 or 15990360. OLE color: 15990360.

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

Color convert

RGB 88 254 243 -
CMYK 0.65 0 0.04 0.00
HSL 176.02º 0.99% 0.67% -
HSV(B) 176.02º 0.65% 1% -
XYZ 55.64 79.43 97.19 -
YUV 203.11 150.5 45.89 -
System Red Green Blue C M Y K H S L
Decimal 88 254 243 0.65 0 0.04 0.00 176.02 0.99 0.67
Hex 58 FE F3 41 0 4 0 B0 63 43
Octal 130 376 363 101 0 4 0 260 143 103
Binary 1011000 11111110 11110011 1000001 0 100 0 10110000 1100011 1000011

Color Harmonies of #58FEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FEF3

Black with #58FEF3

Text Example


Text Example

White with #58FEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,254,243); }

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

background-color css

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

 a { background-color: rgb(88,254,243); }

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

border-color css

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

 span { border-color: rgb(88,254,243); }

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