Html Css Color HEX #4FBDFC Malibu

📋 copy color: '#4FBDFC'

red 79 ◦ green 189 ◦ blue 252

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

Shades of Malibu #4FBDFC

Tints of Malibu #4FBDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.35%

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 15.19%
G = 36.35%
B = 48.46%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FBDFC (or 0x4FBDFC) is known color: Malibu. HEX triplet: 4F, BD and FC. RGB value is (79,189,252). Sum of RGB (Red+Green+Blue) = 79+189+252=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FBDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBDFC is #B04203. Grayscale: #A2A2A2. Windows color (decimal): -11551236 or 16563535. OLE color: 16563535.

HSL color Cylindrical-coordinate representation of color #4FBDFC: hue angle of 201.85º degrees, saturation: 0.97, 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 #4FBDFC is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 189 252 -
CMYK 0.69 0.25 0 0.01
HSL 201.85º 0.97% 0.65% -
HSV(B) 201.85º 0.69% 0.99% -
XYZ 38.99 45.09 98.74 -
YUV 163.29 178.06 67.88 -
System Red Green Blue C M Y K H S L
Decimal 79 189 252 0.69 0.25 0 0.01 201.85 0.97 0.65
Hex 4F BD FC 45 19 0 1 CA 61 41
Octal 117 275 374 105 31 0 1 312 141 101
Binary 1001111 10111101 11111100 1000101 11001 0 1 11001010 1100001 1000001

Color Harmonies of #4FBDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBDFC

Black with #4FBDFC

Text Example


Text Example

White with #4FBDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,189,252); }

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

background-color css

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

 a { background-color: rgb(79,189,252); }

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

border-color css

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

 span { border-color: rgb(79,189,252); }

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