#5ACBF6

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

Shades of Maya Blue #5ACBF6

Tints of Maya Blue #5ACBF6

Color information

#5ACBF6 (or 0x5ACBF6) is unknown color: approx Maya Blue. HEX triplet: 5A, CB and F6. RGB value is (90,203,246). Sum of RGB (Red+Green+Blue) = 90+203+246=539 (71% of max value = 765). Red value is 90 (35.55% from 255 or 16.70% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #5ACBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACBF6 is #A53409. Grayscale: #ADADAD. Windows color (decimal): -10826762 or 16173914. OLE color: 16173914.

HSL color Cylindrical-coordinate representation of color #5ACBF6: hue angle of 196.54º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5ACBF6 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB90203246-
CMYK0.630.1700.04
HSL196.54º89.66%65.88%-
HSV(B)196.54º63.41%96.47%-
XYZ42.2151.5494.91-
YUV174.12168.5668-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.70%
GREEN value IS 203 (79.69% from 255) = 37.66%
BLUE value IS 246 (96.48% from 255) = 45.64%
R=16.70%
G=37.66%
B=45.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal902032460.630.1700.04196.5489.6665.88
Hex5ACBF63F1104c55a42
Octal132313366772104305132102
Binary101101011001011111101101111111000101001100010110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,203,246); }

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

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

 a { background-color: rgb(90,203,246); }

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

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

 span { border-color: rgb(90,203,246); }

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