#5AD0FF

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

Shades of Maya Blue #5AD0FF

Tints of Maya Blue #5AD0FF

Color information

#5AD0FF (or 0x5AD0FF) is unknown color: approx Maya Blue. HEX triplet: 5A, D0 and FF. RGB value is (90,208,255). Sum of RGB (Red+Green+Blue) = 90+208+255=553 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.27% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AD0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD0FF is #A52F00. Grayscale: #B1B1B1. Windows color (decimal): -10825473 or 16765018. OLE color: 16765018.

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

Color convert

RGB90208255-
CMYK0.650.1800
HSL197.09º100%67.65%-
HSV(B)197.09º64.71%100%-
XYZ44.8254.51102.77-
YUV178.08171.4165.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.27%
GREEN value IS 208 (81.64% from 255) = 37.61%
BLUE value IS 255 (100% from 255) = 46.11%
R=16.27%
G=37.61%
B=46.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal902082550.650.1800197.0910067.65
Hex5AD0FF411200c56444
Octal1323203771012200305144104
Binary10110101101000011111111100000110010001100010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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