Html Css Color HEX #58F2FB Baby Blue

📋 copy color: '#58F2FB'

red 88 ◦ green 242 ◦ blue 251

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

Shades of Baby Blue #58F2FB

Tints of Baby Blue #58F2FB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.65%

 BLUE value IS 251 (98.44% from 255) = 43.2%

R = 15.15%
G = 41.65%
B = 43.2%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#58F2FB (or 0x58F2FB) is known color: Baby Blue. HEX triplet: 58, F2 and FB. RGB value is (88,242,251). Sum of RGB (Red+Green+Blue) = 88+242+251=581 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.15% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #58F2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F2FB is #A70D04. Grayscale: #C4C4C4. Windows color (decimal): -10947845 or 16511576. OLE color: 16511576.

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

Color convert

RGB 88 242 251 -
CMYK 0.65 0.04 0 0.02
HSL 183.31º 0.95% 0.66% -
HSV(B) 183.31º 0.65% 0.98% -
XYZ 53.19 72.54 102.47 -
YUV 196.98 158.48 50.27 -
System Red Green Blue C M Y K H S L
Decimal 88 242 251 0.65 0.04 0 0.02 183.31 0.95 0.66
Hex 58 F2 FB 41 4 0 2 B7 5F 42
Octal 130 362 373 101 4 0 2 267 137 102
Binary 1011000 11110010 11111011 1000001 100 0 10 10110111 1011111 1000010

Color Harmonies of #58F2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58F2FB

Black with #58F2FB

Text Example


Text Example

White with #58F2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,242,251); }

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

background-color css

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

 a { background-color: rgb(88,242,251); }

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

border-color css

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

 span { border-color: rgb(88,242,251); }

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