Html Css Color HEX #58FAF6 Baby Blue

📋 copy color: '#58FAF6'

red 88 ◦ green 250 ◦ blue 246

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

Shades of Baby Blue #58FAF6

Tints of Baby Blue #58FAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.12%

R = 15.07%
G = 42.81%
B = 42.12%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#58FAF6 (or 0x58FAF6) is known color: Baby Blue. HEX triplet: 58, FA and F6. RGB value is (88,250,246). Sum of RGB (Red+Green+Blue) = 88+250+246=584 (77% of max value = 765). Red value is 88 (34.77% from 255 or 15.07% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #58FAF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FAF6 is #A70509. Grayscale: #C8C8C8. Windows color (decimal): -10945802 or 16185944. OLE color: 16185944.

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

Color convert

RGB 88 250 246 -
CMYK 0.65 0 0.02 0.02
HSL 178.52º 0.94% 0.66% -
HSV(B) 178.52º 0.65% 0.98% -
XYZ 54.84 77.1 99.18 -
YUV 201.11 153.33 47.33 -
System Red Green Blue C M Y K H S L
Decimal 88 250 246 0.65 0 0.02 0.02 178.52 0.94 0.66
Hex 58 FA F6 41 0 2 2 B3 5E 42
Octal 130 372 366 101 0 2 2 263 136 102
Binary 1011000 11111010 11110110 1000001 0 10 10 10110011 1011110 1000010

Color Harmonies of #58FAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58FAF6

Black with #58FAF6

Text Example


Text Example

White with #58FAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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