Html Css Color HEX #4DBAEE Malibu

📋 copy color: '#4DBAEE'

red 77 ◦ green 186 ◦ blue 238

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

Shades of Malibu #4DBAEE

Tints of Malibu #4DBAEE

RGB

 RED value IS 77 (30.47% from 255) = 15.37%

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

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 15.37%
G = 37.13%
B = 47.5%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4DBAEE (or 0x4DBAEE) is known color: Malibu. HEX triplet: 4D, BA and EE. RGB value is (77,186,238). Sum of RGB (Red+Green+Blue) = 77+186+238=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #4DBAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBAEE is #B24511. Grayscale: #9F9F9F. Windows color (decimal): -11683090 or 15645261. OLE color: 15645261.

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

Color convert

RGB 77 186 238 -
CMYK 0.68 0.22 0 0.07
HSL 199.38º 0.83% 0.62% -
HSV(B) 199.38º 0.68% 0.93% -
XYZ 36.05 42.87 87.26 -
YUV 159.34 172.39 69.27 -
System Red Green Blue C M Y K H S L
Decimal 77 186 238 0.68 0.22 0 0.07 199.38 0.83 0.62
Hex 4D BA EE 44 16 0 7 C7 53 3E
Octal 115 272 356 104 26 0 7 307 123 76
Binary 1001101 10111010 11101110 1000100 10110 0 111 11000111 1010011 111110

Color Harmonies of #4DBAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBAEE

Black with #4DBAEE

Text Example


Text Example

White with #4DBAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,186,238); }

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

background-color css

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

 a { background-color: rgb(77,186,238); }

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

border-color css

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

 span { border-color: rgb(77,186,238); }

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