Html Css Color HEX #58C0FB Maya Blue

📋 copy color: '#58C0FB'

red 88 ◦ green 192 ◦ blue 251

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

Shades of Maya Blue #58C0FB

Tints of Maya Blue #58C0FB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

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

R = 16.57%
G = 36.16%
B = 47.27%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#58C0FB (or 0x58C0FB) is known color: Maya Blue. HEX triplet: 58, C0 and FB. RGB value is (88,192,251). Sum of RGB (Red+Green+Blue) = 88+192+251=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #58C0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C0FB is #A73F04. Grayscale: #A7A7A7. Windows color (decimal): -10960645 or 16498776. OLE color: 16498776.

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

Color convert

RGB 88 192 251 -
CMYK 0.65 0.24 0 0.02
HSL 201.72º 0.95% 0.66% -
HSV(B) 201.72º 0.65% 0.98% -
XYZ 40.29 46.74 98.16 -
YUV 167.63 175.04 71.2 -
System Red Green Blue C M Y K H S L
Decimal 88 192 251 0.65 0.24 0 0.02 201.72 0.95 0.66
Hex 58 C0 FB 41 18 0 2 CA 5F 42
Octal 130 300 373 101 30 0 2 312 137 102
Binary 1011000 11000000 11111011 1000001 11000 0 10 11001010 1011111 1000010

Color Harmonies of #58C0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C0FB

Black with #58C0FB

Text Example


Text Example

White with #58C0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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