Html Css Color HEX #58FAF8 Baby Blue

📋 copy color: '#58FAF8'

red 88 ◦ green 250 ◦ blue 248

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

Shades of Baby Blue #58FAF8

Tints of Baby Blue #58FAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.32%

R = 15.02%
G = 42.66%
B = 42.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#58FAF8 (or 0x58FAF8) is known color: Baby Blue. HEX triplet: 58, FA and F8. RGB value is (88,250,248). Sum of RGB (Red+Green+Blue) = 88+250+248=586 (77% of max value = 765). Red value is 88 (34.77% from 255 or 15.02% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #58FAF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FAF8 is #A70507. Grayscale: #C9C9C9. Windows color (decimal): -10945800 or 16317016. OLE color: 16317016.

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

Color convert

RGB 88 250 248 -
CMYK 0.65 0 0.01 0.02
HSL 179.26º 0.94% 0.66% -
HSV(B) 179.26º 0.65% 0.98% -
XYZ 55.15 77.22 100.81 -
YUV 201.33 154.33 47.16 -
System Red Green Blue C M Y K H S L
Decimal 88 250 248 0.65 0 0.01 0.02 179.26 0.94 0.66
Hex 58 FA F8 41 0 1 2 B3 5E 42
Octal 130 372 370 101 0 1 2 263 136 102
Binary 1011000 11111010 11111000 1000001 0 1 10 10110011 1011110 1000010

Color Harmonies of #58FAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FAF8

Black with #58FAF8

Text Example


Text Example

White with #58FAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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