Html Css Color HEX #4FBCFC Malibu

📋 copy color: '#4FBCFC'

red 79 ◦ green 188 ◦ blue 252

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

Shades of Malibu #4FBCFC

Tints of Malibu #4FBCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

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

R = 15.22%
G = 36.22%
B = 48.55%

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

#4FBCFC (or 0x4FBCFC) is known color: Malibu. HEX triplet: 4F, BC and FC. RGB value is (79,188,252). Sum of RGB (Red+Green+Blue) = 79+188+252=519 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.22% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #4FBCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FBCFC is #B04303. Grayscale: #A2A2A2. Windows color (decimal): -11551492 or 16563279. OLE color: 16563279.

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

Color convert

RGB 79 188 252 -
CMYK 0.69 0.25 0 0.01
HSL 202.2º 0.97% 0.65% -
HSV(B) 202.2º 0.69% 0.99% -
XYZ 38.78 44.66 98.67 -
YUV 162.71 178.39 68.3 -
System Red Green Blue C M Y K H S L
Decimal 79 188 252 0.69 0.25 0 0.01 202.2 0.97 0.65
Hex 4F BC FC 45 19 0 1 CA 61 41
Octal 117 274 374 105 31 0 1 312 141 101
Binary 1001111 10111100 11111100 1000101 11001 0 1 11001010 1100001 1000001

Color Harmonies of #4FBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FBCFC

Black with #4FBCFC

Text Example


Text Example

White with #4FBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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