Html Css Color HEX #4FBFEA Malibu

📋 copy color: '#4FBFEA'

red 79 ◦ green 191 ◦ blue 234

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

Shades of Malibu #4FBFEA

Tints of Malibu #4FBFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 15.67%
G = 37.9%
B = 46.43%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FBFEA (or 0x4FBFEA) is known color: Malibu. HEX triplet: 4F, BF and EA. RGB value is (79,191,234). Sum of RGB (Red+Green+Blue) = 79+191+234=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FBFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBFEA is #B04015. Grayscale: #A2A2A2. Windows color (decimal): -11550742 or 15384399. OLE color: 15384399.

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

Color convert

RGB 79 191 234 -
CMYK 0.66 0.18 0 0.08
HSL 196.65º 0.79% 0.61% -
HSV(B) 196.65º 0.66% 0.92% -
XYZ 36.71 44.86 84.57 -
YUV 162.41 168.39 68.5 -
System Red Green Blue C M Y K H S L
Decimal 79 191 234 0.66 0.18 0 0.08 196.65 0.79 0.61
Hex 4F BF EA 42 12 0 8 C5 4F 3D
Octal 117 277 352 102 22 0 10 305 117 75
Binary 1001111 10111111 11101010 1000010 10010 0 1000 11000101 1001111 111101

Color Harmonies of #4FBFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBFEA

Black with #4FBFEA

Text Example


Text Example

White with #4FBFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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