Html Css Color HEX #58BCFC Maya Blue

📋 copy color: '#58BCFC'

red 88 ◦ green 188 ◦ blue 252

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

Shades of Maya Blue #58BCFC

Tints of Maya Blue #58BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.73%

R = 16.67%
G = 35.61%
B = 47.73%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#58BCFC (or 0x58BCFC) is known color: Maya Blue. HEX triplet: 58, BC and FC. RGB value is (88,188,252). Sum of RGB (Red+Green+Blue) = 88+188+252=528 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.67% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #58BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCFC is #A74303. Grayscale: #A5A5A5. Windows color (decimal): -10961668 or 16563288. OLE color: 16563288.

HSL color Cylindrical-coordinate representation of color #58BCFC: hue angle of 203.41º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58BCFC is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 188 252 -
CMYK 0.65 0.25 0 0.01
HSL 203.41º 0.96% 0.67% -
HSV(B) 203.41º 0.65% 0.99% -
XYZ 39.58 45.07 98.71 -
YUV 165.4 176.87 72.8 -
System Red Green Blue C M Y K H S L
Decimal 88 188 252 0.65 0.25 0 0.01 203.41 0.96 0.67
Hex 58 BC FC 41 19 0 1 CB 60 43
Octal 130 274 374 101 31 0 1 313 140 103
Binary 1011000 10111100 11111100 1000001 11001 0 1 11001011 1100000 1000011

Color Harmonies of #58BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCFC

Black with #58BCFC

Text Example


Text Example

White with #58BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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