Html Css Color HEX #4EBAFE Malibu

📋 copy color: '#4EBAFE'

red 78 ◦ green 186 ◦ blue 254

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

Shades of Malibu #4EBAFE

Tints of Malibu #4EBAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.91%

 BLUE value IS 254 (99.61% from 255) = 49.03%

R = 15.06%
G = 35.91%
B = 49.03%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4EBAFE (or 0x4EBAFE) is known color: Malibu. HEX triplet: 4E, BA and FE. RGB value is (78,186,254). Sum of RGB (Red+Green+Blue) = 78+186+254=518 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.06% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #4EBAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBAFE is #B14501. Grayscale: #A1A1A1. Windows color (decimal): -11617538 or 16693838. OLE color: 16693838.

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

Color convert

RGB 78 186 254 -
CMYK 0.69 0.27 0 0.00
HSL 203.18º 0.99% 0.65% -
HSV(B) 203.18º 0.69% 1% -
XYZ 38.59 43.89 100.2 -
YUV 161.46 180.22 68.47 -
System Red Green Blue C M Y K H S L
Decimal 78 186 254 0.69 0.27 0 0.00 203.18 0.99 0.65
Hex 4E BA FE 45 1B 0 0 CB 63 41
Octal 116 272 376 105 33 0 0 313 143 101
Binary 1001110 10111010 11111110 1000101 11011 0 0 11001011 1100011 1000001

Color Harmonies of #4EBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBAFE

Black with #4EBAFE

Text Example


Text Example

White with #4EBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,186,254); }

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

background-color css

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

 a { background-color: rgb(78,186,254); }

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

border-color css

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

 span { border-color: rgb(78,186,254); }

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