Html Css Color HEX #4EBDEC Malibu

📋 copy color: '#4EBDEC'

red 78 ◦ green 189 ◦ blue 236

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

Shades of Malibu #4EBDEC

Tints of Malibu #4EBDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.57%

 BLUE value IS 236 (92.58% from 255) = 46.92%

R = 15.51%
G = 37.57%
B = 46.92%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4EBDEC (or 0x4EBDEC) is known color: Malibu. HEX triplet: 4E, BD and EC. RGB value is (78,189,236). Sum of RGB (Red+Green+Blue) = 78+189+236=503 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.51% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #4EBDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBDEC is #B14213. Grayscale: #A0A0A0. Windows color (decimal): -11616788 or 15514958. OLE color: 15514958.

HSL color Cylindrical-coordinate representation of color #4EBDEC: hue angle of 197.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EBDEC is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 189 236 -
CMYK 0.67 0.20 0 0.07
HSL 197.85º 0.81% 0.62% -
HSV(B) 197.85º 0.67% 0.93% -
XYZ 36.48 44.07 85.94 -
YUV 161.17 170.23 68.68 -
System Red Green Blue C M Y K H S L
Decimal 78 189 236 0.67 0.20 0 0.07 197.85 0.81 0.62
Hex 4E BD EC 43 14 0 7 C6 51 3E
Octal 116 275 354 103 24 0 7 306 121 76
Binary 1001110 10111101 11101100 1000011 10100 0 111 11000110 1010001 111110

Color Harmonies of #4EBDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBDEC

Black with #4EBDEC

Text Example


Text Example

White with #4EBDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,189,236); }

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

background-color css

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

 a { background-color: rgb(78,189,236); }

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

border-color css

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

 span { border-color: rgb(78,189,236); }

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