Html Css Color HEX #4ED0FF Maya Blue

📋 copy color: '#4ED0FF'

red 78 ◦ green 208 ◦ blue 255

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

Shades of Maya Blue #4ED0FF

Tints of Maya Blue #4ED0FF

RGB

 RED value IS 78 (30.86% from 255) = 14.42%

 GREEN value IS 208 (81.64% from 255) = 38.45%

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

R = 14.42%
G = 38.45%
B = 47.13%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4ED0FF (or 0x4ED0FF) is known color: Maya Blue. HEX triplet: 4E, D0 and FF. RGB value is (78,208,255). Sum of RGB (Red+Green+Blue) = 78+208+255=541 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.42% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ED0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED0FF is #B12F00. Grayscale: #AEAEAE. Windows color (decimal): -11611905 or 16765006. OLE color: 16765006.

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

Color convert

RGB 78 208 255 -
CMYK 0.69 0.18 0 0
HSL 195.93º 1% 0.65% -
HSV(B) 195.93º 0.69% 1% -
XYZ 43.75 53.95 102.72 -
YUV 174.49 173.43 59.18 -
System Red Green Blue C M Y K H S L
Decimal 78 208 255 0.69 0.18 0 0 195.93 1 0.65
Hex 4E D0 FF 45 12 0 0 C4 64 41
Octal 116 320 377 105 22 0 0 304 144 101
Binary 1001110 11010000 11111111 1000101 10010 0 0 11000100 1100100 1000001

Color Harmonies of #4ED0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED0FF

Black with #4ED0FF

Text Example


Text Example

White with #4ED0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,208,255); }

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

background-color css

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

 a { background-color: rgb(78,208,255); }

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

border-color css

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

 span { border-color: rgb(78,208,255); }

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