Html Css Color HEX #4EC2EF Malibu

📋 copy color: '#4EC2EF'

red 78 ◦ green 194 ◦ blue 239

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

Shades of Malibu #4EC2EF

Tints of Malibu #4EC2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.96%

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 15.26%
G = 37.96%
B = 46.77%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4EC2EF (or 0x4EC2EF) is known color: Malibu. HEX triplet: 4E, C2 and EF. RGB value is (78,194,239). Sum of RGB (Red+Green+Blue) = 78+194+239=511 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.26% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EC2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC2EF is #B13D10. Grayscale: #A4A4A4. Windows color (decimal): -11615505 or 15712846. OLE color: 15712846.

HSL color Cylindrical-coordinate representation of color #4EC2EF: hue angle of 196.77º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EC2EF is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 194 239 -
CMYK 0.67 0.19 0 0.06
HSL 196.77º 0.83% 0.62% -
HSV(B) 196.77º 0.67% 0.94% -
XYZ 38.01 46.44 88.62 -
YUV 164.45 170.07 66.34 -
System Red Green Blue C M Y K H S L
Decimal 78 194 239 0.67 0.19 0 0.06 196.77 0.83 0.62
Hex 4E C2 EF 43 13 0 6 C5 53 3E
Octal 116 302 357 103 23 0 6 305 123 76
Binary 1001110 11000010 11101111 1000011 10011 0 110 11000101 1010011 111110

Color Harmonies of #4EC2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC2EF

Black with #4EC2EF

Text Example


Text Example

White with #4EC2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,194,239); }

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

background-color css

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

 a { background-color: rgb(78,194,239); }

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

border-color css

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

 span { border-color: rgb(78,194,239); }

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