Html Css Color HEX #4CC0FA Malibu

📋 copy color: '#4CC0FA'

red 76 ◦ green 192 ◦ blue 250

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

Shades of Malibu #4CC0FA

Tints of Malibu #4CC0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.26%

R = 14.67%
G = 37.07%
B = 48.26%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4CC0FA (or 0x4CC0FA) is known color: Malibu. HEX triplet: 4C, C0 and FA. RGB value is (76,192,250). Sum of RGB (Red+Green+Blue) = 76+192+250=518 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.67% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CC0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CC0FA is #B33F05. Grayscale: #A3A3A3. Windows color (decimal): -11747078 or 16433228. OLE color: 16433228.

HSL color Cylindrical-coordinate representation of color #4CC0FA: hue angle of 200º degrees, saturation: 0.95, 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 #4CC0FA is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 192 250 -
CMYK 0.70 0.23 0 0.02
HSL 200º 0.95% 0.64% -
HSV(B) 200º 0.7% 0.98% -
XYZ 39.09 46.14 97.29 -
YUV 163.93 176.57 65.28 -
System Red Green Blue C M Y K H S L
Decimal 76 192 250 0.70 0.23 0 0.02 200 0.95 0.64
Hex 4C C0 FA 46 17 0 2 C8 5F 40
Octal 114 300 372 106 27 0 2 310 137 100
Binary 1001100 11000000 11111010 1000110 10111 0 10 11001000 1011111 1000000

Color Harmonies of #4CC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC0FA

Black with #4CC0FA

Text Example


Text Example

White with #4CC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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