Html Css Color HEX #4ACAFF Maya Blue

📋 copy color: '#4ACAFF'

red 74 ◦ green 202 ◦ blue 255

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

Shades of Maya Blue #4ACAFF

Tints of Maya Blue #4ACAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.02%

R = 13.94%
G = 38.04%
B = 48.02%

CMYK

 C value IS 0.71

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4ACAFF (or 0x4ACAFF) is known color: Maya Blue. HEX triplet: 4A, CA and FF. RGB value is (74,202,255). Sum of RGB (Red+Green+Blue) = 74+202+255=531 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.94% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ACAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACAFF is #B53500. Grayscale: #A9A9A9. Windows color (decimal): -11875585 or 16763466. OLE color: 16763466.

HSL color Cylindrical-coordinate representation of color #4ACAFF: hue angle of 197.57º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4ACAFF is Cyan = 0.71, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 74 202 255 -
CMYK 0.71 0.21 0 0
HSL 197.57º 1% 0.65% -
HSV(B) 197.57º 0.71% 1% -
XYZ 41.99 50.92 102.22 -
YUV 169.77 176.09 59.69 -
System Red Green Blue C M Y K H S L
Decimal 74 202 255 0.71 0.21 0 0 197.57 1 0.65
Hex 4A CA FF 47 15 0 0 C6 64 41
Octal 112 312 377 107 25 0 0 306 144 101
Binary 1001010 11001010 11111111 1000111 10101 0 0 11000110 1100100 1000001

Color Harmonies of #4ACAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACAFF

Black with #4ACAFF

Text Example


Text Example

White with #4ACAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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