Html Css Color HEX #4EC5EA Malibu

📋 copy color: '#4EC5EA'

red 78 ◦ green 197 ◦ blue 234

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

Shades of Malibu #4EC5EA

Tints of Malibu #4EC5EA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.7%

 BLUE value IS 234 (91.8% from 255) = 45.97%

R = 15.32%
G = 38.7%
B = 45.97%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4EC5EA (or 0x4EC5EA) is known color: Malibu. HEX triplet: 4E, C5 and EA. RGB value is (78,197,234). Sum of RGB (Red+Green+Blue) = 78+197+234=509 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.32% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #4EC5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC5EA is #B13A15. Grayscale: #A5A5A5. Windows color (decimal): -11614742 or 15385934. OLE color: 15385934.

HSL color Cylindrical-coordinate representation of color #4EC5EA: hue angle of 194.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EC5EA is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 197 234 -
CMYK 0.67 0.16 0 0.08
HSL 194.23º 0.79% 0.61% -
HSV(B) 194.23º 0.67% 0.92% -
XYZ 37.96 47.49 85.01 -
YUV 165.64 166.58 65.49 -
System Red Green Blue C M Y K H S L
Decimal 78 197 234 0.67 0.16 0 0.08 194.23 0.79 0.61
Hex 4E C5 EA 43 10 0 8 C2 4F 3D
Octal 116 305 352 103 20 0 10 302 117 75
Binary 1001110 11000101 11101010 1000011 10000 0 1000 11000010 1001111 111101

Color Harmonies of #4EC5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC5EA

Black with #4EC5EA

Text Example


Text Example

White with #4EC5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,197,234); }

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

background-color css

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

 a { background-color: rgb(78,197,234); }

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

border-color css

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

 span { border-color: rgb(78,197,234); }

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