Html Css Color HEX #4ACDFF Maya Blue

📋 copy color: '#4ACDFF'

red 74 ◦ green 205 ◦ blue 255

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

Shades of Maya Blue #4ACDFF

Tints of Maya Blue #4ACDFF

RGB

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

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

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

R = 13.86%
G = 38.39%
B = 47.75%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4ACDFF (or 0x4ACDFF) is known color: Maya Blue. HEX triplet: 4A, CD and FF. RGB value is (74,205,255). Sum of RGB (Red+Green+Blue) = 74+205+255=534 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.86% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ACDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACDFF is #B53200. Grayscale: #ABABAB. Windows color (decimal): -11874817 or 16764234. OLE color: 16764234.

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

Color convert

RGB 74 205 255 -
CMYK 0.71 0.20 0 0
HSL 196.57º 1% 0.65% -
HSV(B) 196.57º 0.71% 1% -
XYZ 42.71 52.34 102.46 -
YUV 171.53 175.1 58.43 -
System Red Green Blue C M Y K H S L
Decimal 74 205 255 0.71 0.20 0 0 196.57 1 0.65
Hex 4A CD FF 47 14 0 0 C5 64 41
Octal 112 315 377 107 24 0 0 305 144 101
Binary 1001010 11001101 11111111 1000111 10100 0 0 11000101 1100100 1000001

Color Harmonies of #4ACDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACDFF

Black with #4ACDFF

Text Example


Text Example

White with #4ACDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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