Html Css Color HEX #4EADFD Malibu

📋 copy color: '#4EADFD'

red 78 ◦ green 173 ◦ blue 253

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

Shades of Malibu #4EADFD

Tints of Malibu #4EADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.33%

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

R = 15.48%
G = 34.33%
B = 50.2%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4EADFD (or 0x4EADFD) is known color: Malibu. HEX triplet: 4E, AD and FD. RGB value is (78,173,253). Sum of RGB (Red+Green+Blue) = 78+173+253=504 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.48% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4EADFD is #B15202. Grayscale: #999999. Windows color (decimal): -11620867 or 16624974. OLE color: 16624974.

HSL color Cylindrical-coordinate representation of color #4EADFD: hue angle of 207.43º 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 #4EADFD is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 173 253 -
CMYK 0.69 0.32 0 0.01
HSL 207.43º 0.98% 0.65% -
HSV(B) 207.43º 0.69% 0.99% -
XYZ 35.82 38.6 98.49 -
YUV 153.72 184.03 74 -
System Red Green Blue C M Y K H S L
Decimal 78 173 253 0.69 0.32 0 0.01 207.43 0.98 0.65
Hex 4E AD FD 45 20 0 1 CF 62 41
Octal 116 255 375 105 40 0 1 317 142 101
Binary 1001110 10101101 11111101 1000101 100000 0 1 11001111 1100010 1000001

Color Harmonies of #4EADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EADFD

Black with #4EADFD

Text Example


Text Example

White with #4EADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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