Html Css Color HEX #4FBAFD Malibu

📋 copy color: '#4FBAFD'

red 79 ◦ green 186 ◦ blue 253

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

Shades of Malibu #4FBAFD

Tints of Malibu #4FBAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.84%

R = 15.25%
G = 35.91%
B = 48.84%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FBAFD (or 0x4FBAFD) is known color: Malibu. HEX triplet: 4F, BA and FD. RGB value is (79,186,253). Sum of RGB (Red+Green+Blue) = 79+186+253=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #4FBAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBAFD is #B04502. Grayscale: #A1A1A1. Windows color (decimal): -11552003 or 16628303. OLE color: 16628303.

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

Color convert

RGB 79 186 253 -
CMYK 0.69 0.26 0 0.01
HSL 203.1º 0.98% 0.65% -
HSV(B) 203.1º 0.69% 0.99% -
XYZ 38.51 43.87 99.37 -
YUV 161.65 179.55 69.05 -
System Red Green Blue C M Y K H S L
Decimal 79 186 253 0.69 0.26 0 0.01 203.1 0.98 0.65
Hex 4F BA FD 45 1A 0 1 CB 62 41
Octal 117 272 375 105 32 0 1 313 142 101
Binary 1001111 10111010 11111101 1000101 11010 0 1 11001011 1100010 1000001

Color Harmonies of #4FBAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBAFD

Black with #4FBAFD

Text Example


Text Example

White with #4FBAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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