#5ACEFD

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

Shades of Maya Blue #5ACEFD

Tints of Maya Blue #5ACEFD

Color information

#5ACEFD (or 0x5ACEFD) is unknown color: approx Maya Blue. HEX triplet: 5A, CE and FD. RGB value is (90,206,253). Sum of RGB (Red+Green+Blue) = 90+206+253=549 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.39% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ACEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACEFD is #A53102. Grayscale: #B0B0B0. Windows color (decimal): -10825987 or 16633434. OLE color: 16633434.

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

Color convert

RGB90206253-
CMYK0.640.1900.01
HSL197.3º97.6%67.25%-
HSV(B)197.3º64.43%99.22%-
XYZ44.0253.41100.92-
YUV176.67171.0766.18-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 16.39%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 253 (99.22% from 255) = 46.08%
R=16.39%
G=37.52%
B=46.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal902062530.640.1900.01197.397.667.25
Hex5ACEFD401301c56243
Octal1323163751002301305142103
Binary10110101100111011111101100000010011011100010111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ACEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,206,253); }

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

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

 a { background-color: rgb(90,206,253); }

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

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

 span { border-color: rgb(90,206,253); }

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