Html Css Color HEX #4FAAEB Malibu

📋 copy color: '#4FAAEB'

red 79 ◦ green 170 ◦ blue 235

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

Shades of Malibu #4FAAEB

Tints of Malibu #4FAAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.12%

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 16.32%
G = 35.12%
B = 48.55%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FAAEB (or 0x4FAAEB) is known color: Malibu. HEX triplet: 4F, AA and EB. RGB value is (79,170,235). Sum of RGB (Red+Green+Blue) = 79+170+235=484 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.32% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAAEB is #B05514. Grayscale: #959595. Windows color (decimal): -11556117 or 15444559. OLE color: 15444559.

HSL color Cylindrical-coordinate representation of color #4FAAEB: hue angle of 205º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FAAEB is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 170 235 -
CMYK 0.66 0.28 0 0.08
HSL 205º 0.8% 0.62% -
HSV(B) 205º 0.66% 0.92% -
XYZ 32.59 36.41 83.91 -
YUV 150.2 175.85 77.21 -
System Red Green Blue C M Y K H S L
Decimal 79 170 235 0.66 0.28 0 0.08 205 0.8 0.62
Hex 4F AA EB 42 1C 0 8 CD 50 3E
Octal 117 252 353 102 34 0 10 315 120 76
Binary 1001111 10101010 11101011 1000010 11100 0 1000 11001101 1010000 111110

Color Harmonies of #4FAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAAEB

Black with #4FAAEB

Text Example


Text Example

White with #4FAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,170,235); }

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

background-color css

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

 a { background-color: rgb(79,170,235); }

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

border-color css

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

 span { border-color: rgb(79,170,235); }

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