Html Css Color HEX #4EBDEF Malibu

📋 copy color: '#4EBDEF'

red 78 ◦ green 189 ◦ blue 239

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

Shades of Malibu #4EBDEF

Tints of Malibu #4EBDEF

RGB

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

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

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

R = 15.42%
G = 37.35%
B = 47.23%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4EBDEF (or 0x4EBDEF) is known color: Malibu. HEX triplet: 4E, BD and EF. RGB value is (78,189,239). Sum of RGB (Red+Green+Blue) = 78+189+239=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EBDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBDEF is #B14210. Grayscale: #A1A1A1. Windows color (decimal): -11616785 or 15711566. OLE color: 15711566.

HSL color Cylindrical-coordinate representation of color #4EBDEF: hue angle of 198.63º 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 #4EBDEF is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 189 239 -
CMYK 0.67 0.21 0 0.06
HSL 198.63º 0.83% 0.62% -
HSV(B) 198.63º 0.67% 0.94% -
XYZ 36.92 44.25 88.26 -
YUV 161.51 171.73 68.43 -
System Red Green Blue C M Y K H S L
Decimal 78 189 239 0.67 0.21 0 0.06 198.63 0.83 0.62
Hex 4E BD EF 43 15 0 6 C7 53 3E
Octal 116 275 357 103 25 0 6 307 123 76
Binary 1001110 10111101 11101111 1000011 10101 0 110 11000111 1010011 111110

Color Harmonies of #4EBDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBDEF

Black with #4EBDEF

Text Example


Text Example

White with #4EBDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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