Html Css Color HEX #58B7FA Maya Blue

📋 copy color: '#58B7FA'

red 88 ◦ green 183 ◦ blue 250

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

Shades of Maya Blue #58B7FA

Tints of Maya Blue #58B7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.12%

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 16.89%
G = 35.12%
B = 47.98%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#58B7FA (or 0x58B7FA) is known color: Maya Blue. HEX triplet: 58, B7 and FA. RGB value is (88,183,250). Sum of RGB (Red+Green+Blue) = 88+183+250=521 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.89% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #58B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B7FA is #A74805. Grayscale: #A1A1A1. Windows color (decimal): -10962950 or 16430936. OLE color: 16430936.

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

Color convert

RGB 88 183 250 -
CMYK 0.65 0.27 0 0.02
HSL 204.81º 0.94% 0.66% -
HSV(B) 204.81º 0.65% 0.98% -
XYZ 38.21 42.84 96.7 -
YUV 162.23 177.53 75.05 -
System Red Green Blue C M Y K H S L
Decimal 88 183 250 0.65 0.27 0 0.02 204.81 0.94 0.66
Hex 58 B7 FA 41 1B 0 2 CD 5E 42
Octal 130 267 372 101 33 0 2 315 136 102
Binary 1011000 10110111 11111010 1000001 11011 0 10 11001101 1011110 1000010

Color Harmonies of #58B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B7FA

Black with #58B7FA

Text Example


Text Example

White with #58B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,183,250); }

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

background-color css

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

 a { background-color: rgb(88,183,250); }

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

border-color css

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

 span { border-color: rgb(88,183,250); }

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