Html Css Color HEX #58BDFF Maya Blue

📋 copy color: '#58BDFF'

red 88 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #58BDFF

Tints of Maya Blue #58BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.53%

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

R = 16.54%
G = 35.53%
B = 47.93%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58BDFF (or 0x58BDFF) is known color: Maya Blue. HEX triplet: 58, BD and FF. RGB value is (88,189,255). Sum of RGB (Red+Green+Blue) = 88+189+255=532 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.54% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #58BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BDFF is #A74200. Grayscale: #A5A5A5. Windows color (decimal): -10961409 or 16760152. OLE color: 16760152.

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

Color convert

RGB 88 189 255 -
CMYK 0.65 0.26 0 0
HSL 203.71º 1% 0.67% -
HSV(B) 203.71º 0.65% 1% -
XYZ 40.27 45.69 101.3 -
YUV 166.33 178.04 72.13 -
System Red Green Blue C M Y K H S L
Decimal 88 189 255 0.65 0.26 0 0 203.71 1 0.67
Hex 58 BD FF 41 1A 0 0 CC 64 43
Octal 130 275 377 101 32 0 0 314 144 103
Binary 1011000 10111101 11111111 1000001 11010 0 0 11001100 1100100 1000011

Color Harmonies of #58BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BDFF

Black with #58BDFF

Text Example


Text Example

White with #58BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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