#5AC0FF

Color #5AC0FF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #5AC0FF

Tints of Maya Blue #5AC0FF

Color information

#5AC0FF (or 0x5AC0FF) is unknown color: approx Maya Blue. HEX triplet: 5A, C0 and FF. RGB value is (90,192,255). Sum of RGB (Red+Green+Blue) = 90+192+255=537 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.76% from 537); Green value is 192 (75.39% from 255 or 35.75% 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 #5AC0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC0FF is #A53F00. Grayscale: #A8A8A8. Windows color (decimal): -10829569 or 16760922. OLE color: 16760922.

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

Color convert

RGB90192255-
CMYK0.650.2500
HSL202.91º100%67.65%-
HSV(B)202.91º64.71%100%-
XYZ41.1247.09101.53-
YUV168.68176.7171.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.76%
GREEN value IS 192 (75.39% from 255) = 35.75%
BLUE value IS 255 (100% from 255) = 47.49%
R=16.76%
G=35.75%
B=47.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal901922550.650.2500202.9110067.65
Hex5AC0FF411900cb6444
Octal1323003771013100313144104
Binary10110101100000011111111100000111001001100101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AC0FF; }

 p { color: rgb(90,192,255); }

 H1.HeaderClassName
 {
   color: #5AC0FF;
 }
 .AnyTagClassName
 {
   color: #5AC0FF;
 }
</style>
background-color css

<style>
 a { background-color: #5AC0FF; }

 a { background-color: rgb(90,192,255); }

 div.DivClassName
 {
   background-color: #5AC0FF;
 }
 .BgClassName
 {
   background-color: #5AC0FF;
 }
</style>
border-color css

<style>
 span { border-color: #5AC0FF; }

 span { border-color: rgb(90,192,255); }

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