Html Css Color HEX #4FBBE0 Malibu

📋 copy color: '#4FBBE0'

red 79 ◦ green 187 ◦ blue 224

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

Shades of Malibu #4FBBE0

Tints of Malibu #4FBBE0

RGB

 RED value IS 79 (31.25% from 255) = 16.12%

 GREEN value IS 187 (73.44% from 255) = 38.16%

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 16.12%
G = 38.16%
B = 45.71%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4FBBE0 (or 0x4FBBE0) is known color: Malibu. HEX triplet: 4F, BB and E0. RGB value is (79,187,224). Sum of RGB (Red+Green+Blue) = 79+187+224=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #4FBBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBBE0 is #B0441F. Grayscale: #9E9E9E. Windows color (decimal): -11551776 or 14728015. OLE color: 14728015.

HSL color Cylindrical-coordinate representation of color #4FBBE0: hue angle of 195.31º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FBBE0 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 79 187 224 -
CMYK 0.65 0.17 0 0.12
HSL 195.31º 0.7% 0.59% -
HSV(B) 195.31º 0.65% 0.88% -
XYZ 34.45 42.58 76.93 -
YUV 158.93 164.72 70.99 -
System Red Green Blue C M Y K H S L
Decimal 79 187 224 0.65 0.17 0 0.12 195.31 0.7 0.59
Hex 4F BB E0 41 11 0 C C3 46 3B
Octal 117 273 340 101 21 0 14 303 106 73
Binary 1001111 10111011 11100000 1000001 10001 0 1100 11000011 1000110 111011

Color Harmonies of #4FBBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBBE0

Black with #4FBBE0

Text Example


Text Example

White with #4FBBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,187,224); }

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

background-color css

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

 a { background-color: rgb(79,187,224); }

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

border-color css

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

 span { border-color: rgb(79,187,224); }

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