#4ACDFD

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

Shades of Maya Blue #4ACDFD

Tints of Maya Blue #4ACDFD

Color information

#4ACDFD (or 0x4ACDFD) is unknown color: approx Maya Blue. HEX triplet: 4A, CD and FD. RGB value is (74,205,253). Sum of RGB (Red+Green+Blue) = 74+205+253=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ACDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACDFD is #B53202. Grayscale: #AAAAAA. Windows color (decimal): -11874819 or 16633162. OLE color: 16633162.

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

Color convert

RGB74205253-
CMYK0.710.1900.01
HSL196.09º97.81%64.12%-
HSV(B)196.09º70.75%99.22%-
XYZ42.3852.21100.77-
YUV171.3174.158.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.91%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=13.91%
G=38.53%
B=47.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal742052530.710.1900.01196.0997.8164.12
Hex4ACDFD471301c46240
Octal1123153751072301304142100
Binary10010101100110111111101100011110011011100010011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ACDFD; }

 p { color: rgb(74,205,253); }

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

<style>
 a { background-color: #4ACDFD; }

 a { background-color: rgb(74,205,253); }

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

<style>
 span { border-color: #4ACDFD; }

 span { border-color: rgb(74,205,253); }

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