Html Css Color HEX #58F8F4 Baby Blue

📋 copy color: '#58F8F4'

red 88 ◦ green 248 ◦ blue 244

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

Shades of Baby Blue #58F8F4

Tints of Baby Blue #58F8F4

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.76%

 BLUE value IS 244 (95.7% from 255) = 42.07%

R = 15.17%
G = 42.76%
B = 42.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#58F8F4 (or 0x58F8F4) is known color: Baby Blue. HEX triplet: 58, F8 and F4. RGB value is (88,248,244). Sum of RGB (Red+Green+Blue) = 88+248+244=580 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.17% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #58F8F4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F8F4 is #A7070B. Grayscale: #C7C7C7. Windows color (decimal): -10946316 or 16054360. OLE color: 16054360.

HSL color Cylindrical-coordinate representation of color #58F8F4: hue angle of 178.5º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58F8F4 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 88 248 244 -
CMYK 0.65 0 0.02 0.03
HSL 178.5º 0.92% 0.66% -
HSV(B) 178.5º 0.65% 0.97% -
XYZ 53.92 75.74 97.37 -
YUV 199.7 152.99 48.33 -
System Red Green Blue C M Y K H S L
Decimal 88 248 244 0.65 0 0.02 0.03 178.5 0.92 0.66
Hex 58 F8 F4 41 0 2 3 B2 5C 42
Octal 130 370 364 101 0 2 3 262 134 102
Binary 1011000 11111000 11110100 1000001 0 10 11 10110010 1011100 1000010

Color Harmonies of #58F8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F8F4

Black with #58F8F4

Text Example


Text Example

White with #58F8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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