Html Css Color HEX #4EBAF8 Malibu

📋 copy color: '#4EBAF8'

red 78 ◦ green 186 ◦ blue 248

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

Shades of Malibu #4EBAF8

Tints of Malibu #4EBAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 48.44%

R = 15.23%
G = 36.33%
B = 48.44%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4EBAF8 (or 0x4EBAF8) is known color: Malibu. HEX triplet: 4E, BA and F8. RGB value is (78,186,248). Sum of RGB (Red+Green+Blue) = 78+186+248=512 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.23% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #4EBAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBAF8 is #B14507. Grayscale: #A0A0A0. Windows color (decimal): -11617544 or 16300622. OLE color: 16300622.

HSL color Cylindrical-coordinate representation of color #4EBAF8: hue angle of 201.88º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EBAF8 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 78 186 248 -
CMYK 0.69 0.25 0 0.03
HSL 201.88º 0.92% 0.64% -
HSV(B) 201.88º 0.69% 0.97% -
XYZ 37.64 43.51 95.22 -
YUV 160.78 177.22 68.96 -
System Red Green Blue C M Y K H S L
Decimal 78 186 248 0.69 0.25 0 0.03 201.88 0.92 0.64
Hex 4E BA F8 45 19 0 3 CA 5C 40
Octal 116 272 370 105 31 0 3 312 134 100
Binary 1001110 10111010 11111000 1000101 11001 0 11 11001010 1011100 1000000

Color Harmonies of #4EBAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBAF8

Black with #4EBAF8

Text Example


Text Example

White with #4EBAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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