Html Css Color HEX #4DC0FD Maya Blue

📋 copy color: '#4DC0FD'

red 77 ◦ green 192 ◦ blue 253

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

Shades of Maya Blue #4DC0FD

Tints of Maya Blue #4DC0FD

RGB

 RED value IS 77 (30.47% from 255) = 14.75%

 GREEN value IS 192 (75.39% from 255) = 36.78%

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

R = 14.75%
G = 36.78%
B = 48.47%

CMYK

 C value IS 0.70

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DC0FD (or 0x4DC0FD) is known color: Maya Blue. HEX triplet: 4D, C0 and FD. RGB value is (77,192,253). Sum of RGB (Red+Green+Blue) = 77+192+253=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DC0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC0FD is #B23F02. Grayscale: #A4A4A4. Windows color (decimal): -11681539 or 16629837. OLE color: 16629837.

HSL color Cylindrical-coordinate representation of color #4DC0FD: hue angle of 200.8º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DC0FD is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 192 253 -
CMYK 0.70 0.24 0 0.01
HSL 200.8º 0.98% 0.65% -
HSV(B) 200.8º 0.7% 0.99% -
XYZ 39.64 46.37 99.79 -
YUV 164.57 177.9 65.54 -
System Red Green Blue C M Y K H S L
Decimal 77 192 253 0.70 0.24 0 0.01 200.8 0.98 0.65
Hex 4D C0 FD 46 18 0 1 C9 62 41
Octal 115 300 375 106 30 0 1 311 142 101
Binary 1001101 11000000 11111101 1000110 11000 0 1 11001001 1100010 1000001

Color Harmonies of #4DC0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC0FD

Black with #4DC0FD

Text Example


Text Example

White with #4DC0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,192,253); }

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

background-color css

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

 a { background-color: rgb(77,192,253); }

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

border-color css

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

 span { border-color: rgb(77,192,253); }

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