Html Css Color HEX #4FBFF0 Malibu

📋 copy color: '#4FBFF0'

red 79 ◦ green 191 ◦ blue 240

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

Shades of Malibu #4FBFF0

Tints of Malibu #4FBFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.06%

R = 15.49%
G = 37.45%
B = 47.06%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4FBFF0 (or 0x4FBFF0) is known color: Malibu. HEX triplet: 4F, BF and F0. RGB value is (79,191,240). Sum of RGB (Red+Green+Blue) = 79+191+240=510 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.49% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #4FBFF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBFF0 is #B0400F. Grayscale: #A2A2A2. Windows color (decimal): -11550736 or 15777615. OLE color: 15777615.

HSL color Cylindrical-coordinate representation of color #4FBFF0: hue angle of 198.26º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FBFF0 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 191 240 -
CMYK 0.67 0.20 0 0.06
HSL 198.26º 0.84% 0.63% -
HSV(B) 198.26º 0.67% 0.94% -
XYZ 37.58 45.22 89.18 -
YUV 163.1 171.39 68.02 -
System Red Green Blue C M Y K H S L
Decimal 79 191 240 0.67 0.20 0 0.06 198.26 0.84 0.63
Hex 4F BF F0 43 14 0 6 C6 54 3F
Octal 117 277 360 103 24 0 6 306 124 77
Binary 1001111 10111111 11110000 1000011 10100 0 110 11000110 1010100 111111

Color Harmonies of #4FBFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBFF0

Black with #4FBFF0

Text Example


Text Example

White with #4FBFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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