Html Css Color HEX #4CC0FB Malibu

📋 copy color: '#4CC0FB'

red 76 ◦ green 192 ◦ blue 251

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

Shades of Malibu #4CC0FB

Tints of Malibu #4CC0FB

RGB

 RED value IS 76 (30.08% from 255) = 14.64%

 GREEN value IS 192 (75.39% from 255) = 36.99%

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 14.64%
G = 36.99%
B = 48.36%

CMYK

 C value IS 0.70

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4CC0FB (or 0x4CC0FB) is known color: Malibu. HEX triplet: 4C, C0 and FB. RGB value is (76,192,251). Sum of RGB (Red+Green+Blue) = 76+192+251=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #4CC0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CC0FB is #B33F04. Grayscale: #A3A3A3. Windows color (decimal): -11747077 or 16498764. OLE color: 16498764.

HSL color Cylindrical-coordinate representation of color #4CC0FB: hue angle of 200.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CC0FB is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 192 251 -
CMYK 0.70 0.24 0 0.02
HSL 200.23º 0.96% 0.64% -
HSV(B) 200.23º 0.7% 0.98% -
XYZ 39.24 46.2 98.12 -
YUV 164.04 177.07 65.2 -
System Red Green Blue C M Y K H S L
Decimal 76 192 251 0.70 0.24 0 0.02 200.23 0.96 0.64
Hex 4C C0 FB 46 18 0 2 C8 60 40
Octal 114 300 373 106 30 0 2 310 140 100
Binary 1001100 11000000 11111011 1000110 11000 0 10 11001000 1100000 1000000

Color Harmonies of #4CC0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC0FB

Black with #4CC0FB

Text Example


Text Example

White with #4CC0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,192,251); }

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

background-color css

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

 a { background-color: rgb(76,192,251); }

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

border-color css

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

 span { border-color: rgb(76,192,251); }

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