#5ACCFB

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

Shades of Maya Blue #5ACCFB

Tints of Maya Blue #5ACCFB

Color information

#5ACCFB (or 0x5ACCFB) is unknown color: approx Maya Blue. HEX triplet: 5A, CC and FB. RGB value is (90,204,251). Sum of RGB (Red+Green+Blue) = 90+204+251=545 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.51% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #5ACCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACCFB is #A53304. Grayscale: #AEAEAE. Windows color (decimal): -10826501 or 16501850. OLE color: 16501850.

HSL color Cylindrical-coordinate representation of color #5ACCFB: hue angle of 197.52º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ACCFB is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB90204251-
CMYK0.640.1900.02
HSL197.52º95.27%66.86%-
HSV(B)197.52º64.14%98.43%-
XYZ43.2252.3299.09-
YUV175.27170.7367.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.51%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=16.51%
G=37.43%
B=46.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal902042510.640.1900.02197.5295.2766.86
Hex5ACCFB401302c65f43
Octal1323143731002302306137103
Binary101101011001100111110111000000100110101100011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,204,251); }

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

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

 a { background-color: rgb(90,204,251); }

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

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

 span { border-color: rgb(90,204,251); }

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