Html Css Color HEX #4FBAEA Malibu

📋 copy color: '#4FBAEA'

red 79 ◦ green 186 ◦ blue 234

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

Shades of Malibu #4FBAEA

Tints of Malibu #4FBAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.27%

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

R = 15.83%
G = 37.27%
B = 46.89%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FBAEA (or 0x4FBAEA) is known color: Malibu. HEX triplet: 4F, BA and EA. RGB value is (79,186,234). Sum of RGB (Red+Green+Blue) = 79+186+234=499 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.83% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #4FBAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBAEA is #B04515. Grayscale: #9F9F9F. Windows color (decimal): -11552022 or 15383119. OLE color: 15383119.

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

Color convert

RGB 79 186 234 -
CMYK 0.66 0.21 0 0.08
HSL 198.58º 0.79% 0.61% -
HSV(B) 198.58º 0.66% 0.92% -
XYZ 35.63 42.72 84.21 -
YUV 159.48 170.05 70.6 -
System Red Green Blue C M Y K H S L
Decimal 79 186 234 0.66 0.21 0 0.08 198.58 0.79 0.61
Hex 4F BA EA 42 15 0 8 C7 4F 3D
Octal 117 272 352 102 25 0 10 307 117 75
Binary 1001111 10111010 11101010 1000010 10101 0 1000 11000111 1001111 111101

Color Harmonies of #4FBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBAEA

Black with #4FBAEA

Text Example


Text Example

White with #4FBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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