Html Css Color HEX #58BDFE Maya Blue

📋 copy color: '#58BDFE'

red 88 ◦ green 189 ◦ blue 254

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

Shades of Maya Blue #58BDFE

Tints of Maya Blue #58BDFE

RGB

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

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

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

R = 16.57%
G = 35.59%
B = 47.83%

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

#58BDFE (or 0x58BDFE) is known color: Maya Blue. HEX triplet: 58, BD and FE. RGB value is (88,189,254). Sum of RGB (Red+Green+Blue) = 88+189+254=531 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.57% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #58BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BDFE is #A74201. Grayscale: #A5A5A5. Windows color (decimal): -10961410 or 16694616. OLE color: 16694616.

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

Color convert

RGB 88 189 254 -
CMYK 0.65 0.26 0 0.00
HSL 203.49º 0.99% 0.67% -
HSV(B) 203.49º 0.65% 1% -
XYZ 40.11 45.63 100.46 -
YUV 166.21 177.54 72.21 -
System Red Green Blue C M Y K H S L
Decimal 88 189 254 0.65 0.26 0 0.00 203.49 0.99 0.67
Hex 58 BD FE 41 1A 0 0 CB 63 43
Octal 130 275 376 101 32 0 0 313 143 103
Binary 1011000 10111101 11111110 1000001 11010 0 0 11001011 1100011 1000011

Color Harmonies of #58BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BDFE

Black with #58BDFE

Text Example


Text Example

White with #58BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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