Html Css Color HEX #4DCCFF Maya Blue

📋 copy color: '#4DCCFF'

red 77 ◦ green 204 ◦ blue 255

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

Shades of Maya Blue #4DCCFF

Tints of Maya Blue #4DCCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

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

R = 14.37%
G = 38.06%
B = 47.57%

CMYK

 C value IS 0.70

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4DCCFF (or 0x4DCCFF) is known color: Maya Blue. HEX triplet: 4D, CC and FF. RGB value is (77,204,255). Sum of RGB (Red+Green+Blue) = 77+204+255=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DCCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCCFF is #B23300. Grayscale: #ABABAB. Windows color (decimal): -11678465 or 16763981. OLE color: 16763981.

HSL color Cylindrical-coordinate representation of color #4DCCFF: hue angle of 197.19º 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 #4DCCFF is Cyan = 0.70, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 77 204 255 -
CMYK 0.70 0.2 0 0
HSL 197.19º 1% 0.65% -
HSV(B) 197.19º 0.7% 1% -
XYZ 42.7 51.98 102.39 -
YUV 171.84 174.92 60.35 -
System Red Green Blue C M Y K H S L
Decimal 77 204 255 0.70 0.2 0 0 197.19 1 0.65
Hex 4D CC FF 46 14 0 0 C5 64 41
Octal 115 314 377 106 24 0 0 305 144 101
Binary 1001101 11001100 11111111 1000110 10100 0 0 11000101 1100100 1000001

Color Harmonies of #4DCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCCFF

Black with #4DCCFF

Text Example


Text Example

White with #4DCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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