Html Css Color HEX #58F7FA Baby Blue

📋 copy color: '#58F7FA'

red 88 ◦ green 247 ◦ blue 250

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

Shades of Baby Blue #58F7FA

Tints of Baby Blue #58F7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.22%

 BLUE value IS 250 (98.05% from 255) = 42.74%

R = 15.04%
G = 42.22%
B = 42.74%

CMYK

 C value IS 0.65

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#58F7FA (or 0x58F7FA) is known color: Baby Blue. HEX triplet: 58, F7 and FA. RGB value is (88,247,250). Sum of RGB (Red+Green+Blue) = 88+247+250=585 (77% of max value = 765). Red value is 88 (34.77% from 255 or 15.04% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #58F7FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F7FA is #A70805. Grayscale: #C7C7C7. Windows color (decimal): -10946566 or 16447320. OLE color: 16447320.

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

Color convert

RGB 88 247 250 -
CMYK 0.65 0.01 0 0.02
HSL 181.11º 0.94% 0.66% -
HSV(B) 181.11º 0.65% 0.98% -
XYZ 54.54 75.5 102.14 -
YUV 199.8 156.32 48.26 -
System Red Green Blue C M Y K H S L
Decimal 88 247 250 0.65 0.01 0 0.02 181.11 0.94 0.66
Hex 58 F7 FA 41 1 0 2 B5 5E 42
Octal 130 367 372 101 1 0 2 265 136 102
Binary 1011000 11110111 11111010 1000001 1 0 10 10110101 1011110 1000010

Color Harmonies of #58F7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F7FA

Black with #58F7FA

Text Example


Text Example

White with #58F7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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