Html Css Color HEX #4EBDFD Malibu

📋 copy color: '#4EBDFD'

red 78 ◦ green 189 ◦ blue 253

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

Shades of Malibu #4EBDFD

Tints of Malibu #4EBDFD

RGB

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

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

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

R = 15%
G = 36.35%
B = 48.65%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4EBDFD (or 0x4EBDFD) is known color: Malibu. HEX triplet: 4E, BD and FD. RGB value is (78,189,253). Sum of RGB (Red+Green+Blue) = 78+189+253=520 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EBDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBDFD is #B14202. Grayscale: #A2A2A2. Windows color (decimal): -11616771 or 16629070. OLE color: 16629070.

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

Color convert

RGB 78 189 253 -
CMYK 0.69 0.25 0 0.01
HSL 201.94º 0.98% 0.65% -
HSV(B) 201.94º 0.69% 0.99% -
XYZ 39.07 45.11 99.58 -
YUV 163.11 178.73 67.3 -
System Red Green Blue C M Y K H S L
Decimal 78 189 253 0.69 0.25 0 0.01 201.94 0.98 0.65
Hex 4E BD FD 45 19 0 1 CA 62 41
Octal 116 275 375 105 31 0 1 312 142 101
Binary 1001110 10111101 11111101 1000101 11001 0 1 11001010 1100010 1000001

Color Harmonies of #4EBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBDFD

Black with #4EBDFD

Text Example


Text Example

White with #4EBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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