Html Css Color HEX #4FBFFC Malibu

📋 copy color: '#4FBFFC'

red 79 ◦ green 191 ◦ blue 252

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

Shades of Malibu #4FBFFC

Tints of Malibu #4FBFFC

RGB

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

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

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

R = 15.13%
G = 36.59%
B = 48.28%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4FBFFC (or 0x4FBFFC) is known color: Malibu. HEX triplet: 4F, BF and FC. RGB value is (79,191,252). Sum of RGB (Red+Green+Blue) = 79+191+252=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FBFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBFFC is #B04003. Grayscale: #A4A4A4. Windows color (decimal): -11550724 or 16564047. OLE color: 16564047.

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

Color convert

RGB 79 191 252 -
CMYK 0.69 0.24 0 0.01
HSL 201.16º 0.97% 0.65% -
HSV(B) 201.16º 0.69% 0.99% -
XYZ 39.43 45.95 98.89 -
YUV 164.47 177.39 67.04 -
System Red Green Blue C M Y K H S L
Decimal 79 191 252 0.69 0.24 0 0.01 201.16 0.97 0.65
Hex 4F BF FC 45 18 0 1 C9 61 41
Octal 117 277 374 105 30 0 1 311 141 101
Binary 1001111 10111111 11111100 1000101 11000 0 1 11001001 1100001 1000001

Color Harmonies of #4FBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBFFC

Black with #4FBFFC

Text Example


Text Example

White with #4FBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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