Html Css Color HEX #4ACDFD Maya Blue

📋 copy color: '#4ACDFD'

red 74 ◦ green 205 ◦ blue 253

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

Shades of Maya Blue #4ACDFD

Tints of Maya Blue #4ACDFD

RGB

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

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

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

R = 13.91%
G = 38.53%
B = 47.56%

CMYK

 C value IS 0.71

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4ACDFD (or 0x4ACDFD) is known color: Maya Blue. HEX triplet: 4A, CD and FD. RGB value is (74,205,253). Sum of RGB (Red+Green+Blue) = 74+205+253=532 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.91% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #4ACDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ACDFD is #B53202. Grayscale: #AAAAAA. Windows color (decimal): -11874819 or 16633162. OLE color: 16633162.

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

Color convert

RGB 74 205 253 -
CMYK 0.71 0.19 0 0.01
HSL 196.09º 0.98% 0.64% -
HSV(B) 196.09º 0.71% 0.99% -
XYZ 42.38 52.21 100.77 -
YUV 171.3 174.1 58.6 -
System Red Green Blue C M Y K H S L
Decimal 74 205 253 0.71 0.19 0 0.01 196.09 0.98 0.64
Hex 4A CD FD 47 13 0 1 C4 62 40
Octal 112 315 375 107 23 0 1 304 142 100
Binary 1001010 11001101 11111101 1000111 10011 0 1 11000100 1100010 1000000

Color Harmonies of #4ACDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACDFD

Black with #4ACDFD

Text Example


Text Example

White with #4ACDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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