#5AC3FF

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

Shades of Maya Blue #5AC3FF

Tints of Maya Blue #5AC3FF

Color information

#5AC3FF (or 0x5AC3FF) is unknown color: approx Maya Blue. HEX triplet: 5A, C3 and FF. RGB value is (90,195,255). Sum of RGB (Red+Green+Blue) = 90+195+255=540 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.67% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AC3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC3FF is #A53C00. Grayscale: #AAAAAA. Windows color (decimal): -10828801 or 16761690. OLE color: 16761690.

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

Color convert

RGB90195255-
CMYK0.650.2400
HSL201.82º100%67.65%-
HSV(B)201.82º64.71%100%-
XYZ41.7848.42101.75-
YUV170.44175.7170.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.67%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 255 (100% from 255) = 47.22%
R=16.67%
G=36.11%
B=47.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal901952550.650.2400201.8210067.65
Hex5AC3FF411800ca6444
Octal1323033771013000312144104
Binary10110101100001111111111100000111000001100101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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