Html Css Color HEX #4FBFDF Malibu

📋 copy color: '#4FBFDF'

red 79 ◦ green 191 ◦ blue 223

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

Shades of Malibu #4FBFDF

Tints of Malibu #4FBFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 38.74%

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

R = 16.02%
G = 38.74%
B = 45.23%

CMYK

 C value IS 0.65

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FBFDF (or 0x4FBFDF) is known color: Malibu. HEX triplet: 4F, BF and DF. RGB value is (79,191,223). Sum of RGB (Red+Green+Blue) = 79+191+223=493 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.02% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FBFDF is #B04020. Grayscale: #A0A0A0. Windows color (decimal): -11550753 or 14663503. OLE color: 14663503.

HSL color Cylindrical-coordinate representation of color #4FBFDF: hue angle of 193.33º 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 #4FBFDF is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 79 191 223 -
CMYK 0.65 0.14 0 0.13
HSL 193.33º 0.69% 0.59% -
HSV(B) 193.33º 0.65% 0.87% -
XYZ 35.17 44.25 76.5 -
YUV 161.16 162.89 69.4 -
System Red Green Blue C M Y K H S L
Decimal 79 191 223 0.65 0.14 0 0.13 193.33 0.69 0.59
Hex 4F BF DF 41 E 0 D C1 45 3B
Octal 117 277 337 101 16 0 15 301 105 73
Binary 1001111 10111111 11011111 1000001 1110 0 1101 11000001 1000101 111011

Color Harmonies of #4FBFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBFDF

Black with #4FBFDF

Text Example


Text Example

White with #4FBFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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