Html Css Color HEX #4EBAFA Malibu

📋 copy color: '#4EBAFA'

red 78 ◦ green 186 ◦ blue 250

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

Shades of Malibu #4EBAFA

Tints of Malibu #4EBAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 15.18%
G = 36.19%
B = 48.64%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4EBAFA (or 0x4EBAFA) is known color: Malibu. HEX triplet: 4E, BA and FA. RGB value is (78,186,250). Sum of RGB (Red+Green+Blue) = 78+186+250=514 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.18% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBAFA is #B14505. Grayscale: #A0A0A0. Windows color (decimal): -11617542 or 16431694. OLE color: 16431694.

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

Color convert

RGB 78 186 250 -
CMYK 0.69 0.26 0 0.02
HSL 202.33º 0.95% 0.64% -
HSV(B) 202.33º 0.69% 0.98% -
XYZ 37.96 43.64 96.87 -
YUV 161 178.22 68.8 -
System Red Green Blue C M Y K H S L
Decimal 78 186 250 0.69 0.26 0 0.02 202.33 0.95 0.64
Hex 4E BA FA 45 1A 0 2 CA 5F 40
Octal 116 272 372 105 32 0 2 312 137 100
Binary 1001110 10111010 11111010 1000101 11010 0 10 11001010 1011111 1000000

Color Harmonies of #4EBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBAFA

Black with #4EBAFA

Text Example


Text Example

White with #4EBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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