Html Css Color HEX #4EBEED Malibu

📋 copy color: '#4EBEED'

red 78 ◦ green 190 ◦ blue 237

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

Shades of Malibu #4EBEED

Tints of Malibu #4EBEED

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.62%

 BLUE value IS 237 (92.97% from 255) = 46.93%

R = 15.45%
G = 37.62%
B = 46.93%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4EBEED (or 0x4EBEED) is known color: Malibu. HEX triplet: 4E, BE and ED. RGB value is (78,190,237). Sum of RGB (Red+Green+Blue) = 78+190+237=505 (66% of max value = 765). Red value is 78 (30.86% from 255 or 15.45% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #4EBEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBEED is #B14112. Grayscale: #A1A1A1. Windows color (decimal): -11616531 or 15580750. OLE color: 15580750.

HSL color Cylindrical-coordinate representation of color #4EBEED: hue angle of 197.74º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EBEED is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 190 237 -
CMYK 0.67 0.20 0 0.07
HSL 197.74º 0.82% 0.62% -
HSV(B) 197.74º 0.67% 0.93% -
XYZ 36.84 44.56 86.78 -
YUV 161.87 170.39 68.18 -
System Red Green Blue C M Y K H S L
Decimal 78 190 237 0.67 0.20 0 0.07 197.74 0.82 0.62
Hex 4E BE ED 43 14 0 7 C6 52 3E
Octal 116 276 355 103 24 0 7 306 122 76
Binary 1001110 10111110 11101101 1000011 10100 0 111 11000110 1010010 111110

Color Harmonies of #4EBEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EBEED

Black with #4EBEED

Text Example


Text Example

White with #4EBEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,190,237); }

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

background-color css

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

 a { background-color: rgb(78,190,237); }

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

border-color css

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

 span { border-color: rgb(78,190,237); }

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