Html Css Color HEX #58BCFB Maya Blue

📋 copy color: '#58BCFB'

red 88 ◦ green 188 ◦ blue 251

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

Shades of Maya Blue #58BCFB

Tints of Maya Blue #58BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.67%

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

R = 16.7%
G = 35.67%
B = 47.63%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#58BCFB (or 0x58BCFB) is known color: Maya Blue. HEX triplet: 58, BC and FB. RGB value is (88,188,251). Sum of RGB (Red+Green+Blue) = 88+188+251=527 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.70% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #58BCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCFB is #A74304. Grayscale: #A4A4A4. Windows color (decimal): -10961669 or 16497752. OLE color: 16497752.

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

Color convert

RGB 88 188 251 -
CMYK 0.65 0.25 0 0.02
HSL 203.19º 0.95% 0.66% -
HSV(B) 203.19º 0.65% 0.98% -
XYZ 39.42 45.01 97.88 -
YUV 165.28 176.37 72.88 -
System Red Green Blue C M Y K H S L
Decimal 88 188 251 0.65 0.25 0 0.02 203.19 0.95 0.66
Hex 58 BC FB 41 19 0 2 CB 5F 42
Octal 130 274 373 101 31 0 2 313 137 102
Binary 1011000 10111100 11111011 1000001 11001 0 10 11001011 1011111 1000010

Color Harmonies of #58BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCFB

Black with #58BCFB

Text Example


Text Example

White with #58BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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