Html Css Color HEX #58BCFE Maya Blue

📋 copy color: '#58BCFE'

red 88 ◦ green 188 ◦ blue 254

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

Shades of Maya Blue #58BCFE

Tints of Maya Blue #58BCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 16.6%
G = 35.47%
B = 47.92%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#58BCFE (or 0x58BCFE) is known color: Maya Blue. HEX triplet: 58, BC and FE. RGB value is (88,188,254). Sum of RGB (Red+Green+Blue) = 88+188+254=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #58BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BCFE is #A74301. Grayscale: #A5A5A5. Windows color (decimal): -10961666 or 16694360. OLE color: 16694360.

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

Color convert

RGB 88 188 254 -
CMYK 0.65 0.26 0 0.00
HSL 203.86º 0.99% 0.67% -
HSV(B) 203.86º 0.65% 1% -
XYZ 39.9 45.2 100.39 -
YUV 165.62 177.87 72.63 -
System Red Green Blue C M Y K H S L
Decimal 88 188 254 0.65 0.26 0 0.00 203.86 0.99 0.67
Hex 58 BC FE 41 1A 0 0 CC 63 43
Octal 130 274 376 101 32 0 0 314 143 103
Binary 1011000 10111100 11111110 1000001 11010 0 0 11001100 1100011 1000011

Color Harmonies of #58BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCFE

Black with #58BCFE

Text Example


Text Example

White with #58BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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