Html Css Color HEX #4FAEEB Malibu

📋 copy color: '#4FAEEB'

red 79 ◦ green 174 ◦ blue 235

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

Shades of Malibu #4FAEEB

Tints of Malibu #4FAEEB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.66%

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

R = 16.19%
G = 35.66%
B = 48.16%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FAEEB (or 0x4FAEEB) is known color: Malibu. HEX triplet: 4F, AE and EB. RGB value is (79,174,235). Sum of RGB (Red+Green+Blue) = 79+174+235=488 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.19% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #4FAEEB is #B05114. Grayscale: #989898. Windows color (decimal): -11555093 or 15445583. OLE color: 15445583.

HSL color Cylindrical-coordinate representation of color #4FAEEB: hue angle of 203.46º 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 #4FAEEB is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 174 235 -
CMYK 0.66 0.26 0 0.08
HSL 203.46º 0.8% 0.62% -
HSV(B) 203.46º 0.66% 0.92% -
XYZ 33.36 37.93 84.16 -
YUV 152.55 174.53 75.54 -
System Red Green Blue C M Y K H S L
Decimal 79 174 235 0.66 0.26 0 0.08 203.46 0.8 0.62
Hex 4F AE EB 42 1A 0 8 CB 50 3E
Octal 117 256 353 102 32 0 10 313 120 76
Binary 1001111 10101110 11101011 1000010 11010 0 1000 11001011 1010000 111110

Color Harmonies of #4FAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAEEB

Black with #4FAEEB

Text Example


Text Example

White with #4FAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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