Html Css Color HEX #58B9FF Maya Blue

📋 copy color: '#58B9FF'

red 88 ◦ green 185 ◦ blue 255

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

Shades of Maya Blue #58B9FF

Tints of Maya Blue #58B9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.04%

 BLUE value IS 255 (100% from 255) = 48.3%

R = 16.67%
G = 35.04%
B = 48.3%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58B9FF (or 0x58B9FF) is known color: Maya Blue. HEX triplet: 58, B9 and FF. RGB value is (88,185,255). Sum of RGB (Red+Green+Blue) = 88+185+255=528 (69% of max value = 765). Red value is 88 (34.77% from 255 or 16.67% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #58B9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B9FF is #A74600. Grayscale: #A3A3A3. Windows color (decimal): -10962433 or 16759128. OLE color: 16759128.

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

Color convert

RGB 88 185 255 -
CMYK 0.65 0.27 0 0
HSL 205.15º 1% 0.67% -
HSV(B) 205.15º 0.65% 1% -
XYZ 39.42 43.99 101.02 -
YUV 163.98 179.36 73.81 -
System Red Green Blue C M Y K H S L
Decimal 88 185 255 0.65 0.27 0 0 205.15 1 0.67
Hex 58 B9 FF 41 1B 0 0 CD 64 43
Octal 130 271 377 101 33 0 0 315 144 103
Binary 1011000 10111001 11111111 1000001 11011 0 0 11001101 1100100 1000011

Color Harmonies of #58B9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B9FF

Black with #58B9FF

Text Example


Text Example

White with #58B9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,185,255); }

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

background-color css

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

 a { background-color: rgb(88,185,255); }

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

border-color css

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

 span { border-color: rgb(88,185,255); }

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