Html Css Color HEX #58C2FF Maya Blue

📋 copy color: '#58C2FF'

red 88 ◦ green 194 ◦ blue 255

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

Shades of Maya Blue #58C2FF

Tints of Maya Blue #58C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.13%

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

R = 16.39%
G = 36.13%
B = 47.49%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#58C2FF (or 0x58C2FF) is known color: Maya Blue. HEX triplet: 58, C2 and FF. RGB value is (88,194,255). Sum of RGB (Red+Green+Blue) = 88+194+255=537 (71% of max value = 765). Red value is 88 (34.77% from 255 or 16.39% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #58C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58C2FF is #A73D00. Grayscale: #A8A8A8. Windows color (decimal): -10960129 or 16761432. OLE color: 16761432.

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

Color convert

RGB 88 194 255 -
CMYK 0.65 0.24 0 0
HSL 201.92º 1% 0.67% -
HSV(B) 201.92º 0.65% 1% -
XYZ 41.37 47.88 101.67 -
YUV 169.26 176.38 70.04 -
System Red Green Blue C M Y K H S L
Decimal 88 194 255 0.65 0.24 0 0 201.92 1 0.67
Hex 58 C2 FF 41 18 0 0 CA 64 43
Octal 130 302 377 101 30 0 0 312 144 103
Binary 1011000 11000010 11111111 1000001 11000 0 0 11001010 1100100 1000011

Color Harmonies of #58C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C2FF

Black with #58C2FF

Text Example


Text Example

White with #58C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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