Html Css Color HEX #4ACDFE Maya Blue

📋 copy color: '#4ACDFE'

red 74 ◦ green 205 ◦ blue 254

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

Shades of Maya Blue #4ACDFE

Tints of Maya Blue #4ACDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.46%

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 13.88%
G = 38.46%
B = 47.65%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4ACDFE (or 0x4ACDFE) is known color: Maya Blue. HEX triplet: 4A, CD and FE. RGB value is (74,205,254). Sum of RGB (Red+Green+Blue) = 74+205+254=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #4ACDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACDFE is #B53201. Grayscale: #ABABAB. Windows color (decimal): -11874818 or 16698698. OLE color: 16698698.

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

Color convert

RGB 74 205 254 -
CMYK 0.71 0.19 0 0.00
HSL 196.33º 0.99% 0.64% -
HSV(B) 196.33º 0.71% 1% -
XYZ 42.54 52.27 101.61 -
YUV 171.42 174.6 58.52 -
System Red Green Blue C M Y K H S L
Decimal 74 205 254 0.71 0.19 0 0.00 196.33 0.99 0.64
Hex 4A CD FE 47 13 0 0 C4 63 40
Octal 112 315 376 107 23 0 0 304 143 100
Binary 1001010 11001101 11111110 1000111 10011 0 0 11000100 1100011 1000000

Color Harmonies of #4ACDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACDFE

Black with #4ACDFE

Text Example


Text Example

White with #4ACDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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