Html Css Color HEX #4ACEFF Maya Blue

📋 copy color: '#4ACEFF'

red 74 ◦ green 206 ◦ blue 255

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

Shades of Maya Blue #4ACEFF

Tints of Maya Blue #4ACEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.5%

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

R = 13.83%
G = 38.5%
B = 47.66%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4ACEFF (or 0x4ACEFF) is known color: Maya Blue. HEX triplet: 4A, CE and FF. RGB value is (74,206,255). Sum of RGB (Red+Green+Blue) = 74+206+255=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ACEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACEFF is #B53100. Grayscale: #ABABAB. Windows color (decimal): -11874561 or 16764490. OLE color: 16764490.

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

Color convert

RGB 74 206 255 -
CMYK 0.71 0.19 0 0
HSL 196.24º 1% 0.65% -
HSV(B) 196.24º 0.71% 1% -
XYZ 42.95 52.82 102.54 -
YUV 172.12 174.77 58.02 -
System Red Green Blue C M Y K H S L
Decimal 74 206 255 0.71 0.19 0 0 196.24 1 0.65
Hex 4A CE FF 47 13 0 0 C4 64 41
Octal 112 316 377 107 23 0 0 304 144 101
Binary 1001010 11001110 11111111 1000111 10011 0 0 11000100 1100100 1000001

Color Harmonies of #4ACEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACEFF

Black with #4ACEFF

Text Example


Text Example

White with #4ACEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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