Html Css Color HEX #58B3FE Maya Blue

📋 copy color: '#58B3FE'

red 88 ◦ green 179 ◦ blue 254

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

Shades of Maya Blue #58B3FE

Tints of Maya Blue #58B3FE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.36%

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

R = 16.89%
G = 34.36%
B = 48.75%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#58B3FE (or 0x58B3FE) is known color: Maya Blue. HEX triplet: 58, B3 and FE. RGB value is (88,179,254). Sum of RGB (Red+Green+Blue) = 88+179+254=521 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.89% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #58B3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B3FE is #A74C01. Grayscale: #9F9F9F. Windows color (decimal): -10963970 or 16692056. OLE color: 16692056.

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

Color convert

RGB 88 179 254 -
CMYK 0.65 0.30 0 0.00
HSL 207.11º 0.99% 0.67% -
HSV(B) 207.11º 0.65% 1% -
XYZ 38.03 41.47 99.77 -
YUV 160.34 180.85 76.4 -
System Red Green Blue C M Y K H S L
Decimal 88 179 254 0.65 0.30 0 0.00 207.11 0.99 0.67
Hex 58 B3 FE 41 1E 0 0 CF 63 43
Octal 130 263 376 101 36 0 0 317 143 103
Binary 1011000 10110011 11111110 1000001 11110 0 0 11001111 1100011 1000011

Color Harmonies of #58B3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B3FE

Black with #58B3FE

Text Example


Text Example

White with #58B3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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