Html Css Color HEX #4FC2DF Malibu

📋 copy color: '#4FC2DF'

red 79 ◦ green 194 ◦ blue 223

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

Shades of Malibu #4FC2DF

Tints of Malibu #4FC2DF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.11%

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 15.93%
G = 39.11%
B = 44.96%

CMYK

 C value IS 0.65

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FC2DF (or 0x4FC2DF) is known color: Malibu. HEX triplet: 4F, C2 and DF. RGB value is (79,194,223). Sum of RGB (Red+Green+Blue) = 79+194+223=496 (65% of max value = 765). Red value is 79 (31.25% from 255 or 15.93% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FC2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC2DF is #B03D20. Grayscale: #A2A2A2. Windows color (decimal): -11549985 or 14664271. OLE color: 14664271.

HSL color Cylindrical-coordinate representation of color #4FC2DF: hue angle of 192.08º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FC2DF is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 194 223 -
CMYK 0.65 0.13 0 0.13
HSL 192.08º 0.69% 0.59% -
HSV(B) 192.08º 0.65% 0.87% -
XYZ 35.84 45.57 76.72 -
YUV 162.92 161.9 68.14 -
System Red Green Blue C M Y K H S L
Decimal 79 194 223 0.65 0.13 0 0.13 192.08 0.69 0.59
Hex 4F C2 DF 41 D 0 D C0 45 3B
Octal 117 302 337 101 15 0 15 300 105 73
Binary 1001111 11000010 11011111 1000001 1101 0 1101 11000000 1000101 111011

Color Harmonies of #4FC2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC2DF

Black with #4FC2DF

Text Example


Text Example

White with #4FC2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,194,223); }

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

background-color css

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

 a { background-color: rgb(79,194,223); }

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

border-color css

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

 span { border-color: rgb(79,194,223); }

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