Html Css Color HEX #4FBAFA Malibu

📋 copy color: '#4FBAFA'

red 79 ◦ green 186 ◦ blue 250

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

Shades of Malibu #4FBAFA

Tints of Malibu #4FBAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.54%

R = 15.34%
G = 36.12%
B = 48.54%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4FBAFA (or 0x4FBAFA) is known color: Malibu. HEX triplet: 4F, BA and FA. RGB value is (79,186,250). Sum of RGB (Red+Green+Blue) = 79+186+250=515 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.34% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #4FBAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBAFA is #B04505. Grayscale: #A0A0A0. Windows color (decimal): -11552006 or 16431695. OLE color: 16431695.

HSL color Cylindrical-coordinate representation of color #4FBAFA: hue angle of 202.46º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FBAFA is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 186 250 -
CMYK 0.68 0.26 0 0.02
HSL 202.46º 0.94% 0.65% -
HSV(B) 202.46º 0.68% 0.98% -
XYZ 38.04 43.68 96.87 -
YUV 161.3 178.05 69.3 -
System Red Green Blue C M Y K H S L
Decimal 79 186 250 0.68 0.26 0 0.02 202.46 0.94 0.65
Hex 4F BA FA 44 1A 0 2 CA 5E 41
Octal 117 272 372 104 32 0 2 312 136 101
Binary 1001111 10111010 11111010 1000100 11010 0 10 11001010 1011110 1000001

Color Harmonies of #4FBAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBAFA

Black with #4FBAFA

Text Example


Text Example

White with #4FBAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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