Html Css Color HEX #4DCDFF Maya Blue

📋 copy color: '#4DCDFF'

red 77 ◦ green 205 ◦ blue 255

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

Shades of Maya Blue #4DCDFF

Tints of Maya Blue #4DCDFF

RGB

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

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

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

R = 14.34%
G = 38.18%
B = 47.49%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4DCDFF (or 0x4DCDFF) is known color: Maya Blue. HEX triplet: 4D, CD and FF. RGB value is (77,205,255). Sum of RGB (Red+Green+Blue) = 77+205+255=537 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.34% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DCDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCDFF is #B23200. Grayscale: #ACACAC. Windows color (decimal): -11678209 or 16764237. OLE color: 16764237.

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

Color convert

RGB 77 205 255 -
CMYK 0.70 0.20 0 0
HSL 196.85º 1% 0.65% -
HSV(B) 196.85º 0.7% 1% -
XYZ 42.94 52.46 102.47 -
YUV 172.43 174.59 59.93 -
System Red Green Blue C M Y K H S L
Decimal 77 205 255 0.70 0.20 0 0 196.85 1 0.65
Hex 4D CD FF 46 14 0 0 C5 64 41
Octal 115 315 377 106 24 0 0 305 144 101
Binary 1001101 11001101 11111111 1000110 10100 0 0 11000101 1100100 1000001

Color Harmonies of #4DCDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCDFF

Black with #4DCDFF

Text Example


Text Example

White with #4DCDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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