Html Css Color HEX #4ACAFD Maya Blue

📋 copy color: '#4ACAFD'

red 74 ◦ green 202 ◦ blue 253

#4ACAFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #4ACAFD

Tints of Maya Blue #4ACAFD

RGB

 RED value IS 74 (29.3% from 255) = 13.99%

 GREEN value IS 202 (79.3% from 255) = 38.19%

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 13.99%
G = 38.19%
B = 47.83%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4ACAFD (or 0x4ACAFD) is known color: Maya Blue. HEX triplet: 4A, CA and FD. RGB value is (74,202,253). Sum of RGB (Red+Green+Blue) = 74+202+253=529 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.99% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ACAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACAFD is #B53502. Grayscale: #A9A9A9. Windows color (decimal): -11875587 or 16632394. OLE color: 16632394.

HSL color Cylindrical-coordinate representation of color #4ACAFD: hue angle of 197.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 #4ACAFD is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 74 202 253 -
CMYK 0.71 0.20 0 0.01
HSL 197.1º 0.98% 0.64% -
HSV(B) 197.1º 0.71% 0.99% -
XYZ 41.67 50.79 100.54 -
YUV 169.54 175.09 59.85 -
System Red Green Blue C M Y K H S L
Decimal 74 202 253 0.71 0.20 0 0.01 197.1 0.98 0.64
Hex 4A CA FD 47 14 0 1 C5 62 40
Octal 112 312 375 107 24 0 1 305 142 100
Binary 1001010 11001010 11111101 1000111 10100 0 1 11000101 1100010 1000000

Color Harmonies of #4ACAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACAFD

Black with #4ACAFD

Text Example


Text Example

White with #4ACAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4ACAFD;
 }
 .AnyTagClassName
 {
   color: #4ACAFD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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