Html Css Color HEX #58D0FF Maya Blue

📋 copy color: '#58D0FF'

red 88 ◦ green 208 ◦ blue 255

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

Shades of Maya Blue #58D0FF

Tints of Maya Blue #58D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.75%

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

R = 15.97%
G = 37.75%
B = 46.28%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58D0FF (or 0x58D0FF) is known color: Maya Blue. HEX triplet: 58, D0 and FF. RGB value is (88,208,255). Sum of RGB (Red+Green+Blue) = 88+208+255=551 (72% of max value = 765). Red value is 88 (34.77% from 255 or 15.97% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #58D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58D0FF is #A72F00. Grayscale: #B1B1B1. Windows color (decimal): -10956545 or 16765016. OLE color: 16765016.

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

Color convert

RGB 88 208 255 -
CMYK 0.65 0.18 0 0
HSL 196.89º 1% 0.67% -
HSV(B) 196.89º 0.65% 1% -
XYZ 44.63 54.41 102.76 -
YUV 177.48 171.74 64.18 -
System Red Green Blue C M Y K H S L
Decimal 88 208 255 0.65 0.18 0 0 196.89 1 0.67
Hex 58 D0 FF 41 12 0 0 C5 64 43
Octal 130 320 377 101 22 0 0 305 144 103
Binary 1011000 11010000 11111111 1000001 10010 0 0 11000101 1100100 1000011

Color Harmonies of #58D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D0FF

Black with #58D0FF

Text Example


Text Example

White with #58D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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