Html Css Color HEX #4EBAFD Malibu

📋 copy color: '#4EBAFD'

red 78 ◦ green 186 ◦ blue 253

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

Shades of Malibu #4EBAFD

Tints of Malibu #4EBAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 15.09%
G = 35.98%
B = 48.94%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4EBAFD (or 0x4EBAFD) is known color: Malibu. HEX triplet: 4E, BA and FD. RGB value is (78,186,253). Sum of RGB (Red+Green+Blue) = 78+186+253=517 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.09% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBAFD is #B14502. Grayscale: #A0A0A0. Windows color (decimal): -11617539 or 16628302. OLE color: 16628302.

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

Color convert

RGB 78 186 253 -
CMYK 0.69 0.26 0 0.01
HSL 202.97º 0.98% 0.65% -
HSV(B) 202.97º 0.69% 0.99% -
XYZ 38.43 43.83 99.36 -
YUV 161.35 179.72 68.55 -
System Red Green Blue C M Y K H S L
Decimal 78 186 253 0.69 0.26 0 0.01 202.97 0.98 0.65
Hex 4E BA FD 45 1A 0 1 CB 62 41
Octal 116 272 375 105 32 0 1 313 142 101
Binary 1001110 10111010 11111101 1000101 11010 0 1 11001011 1100010 1000001

Color Harmonies of #4EBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBAFD

Black with #4EBAFD

Text Example


Text Example

White with #4EBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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