Html Css Color HEX #4DC0FA Malibu

📋 copy color: '#4DC0FA'

red 77 ◦ green 192 ◦ blue 250

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

Shades of Malibu #4DC0FA

Tints of Malibu #4DC0FA

RGB

 RED value IS 77 (30.47% from 255) = 14.84%

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

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

R = 14.84%
G = 36.99%
B = 48.17%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DC0FA (or 0x4DC0FA) is known color: Malibu. HEX triplet: 4D, C0 and FA. RGB value is (77,192,250). Sum of RGB (Red+Green+Blue) = 77+192+250=519 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.84% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DC0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC0FA is #B23F05. Grayscale: #A3A3A3. Windows color (decimal): -11681542 or 16433229. OLE color: 16433229.

HSL color Cylindrical-coordinate representation of color #4DC0FA: hue angle of 200.12º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DC0FA is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 192 250 -
CMYK 0.69 0.23 0 0.02
HSL 200.12º 0.95% 0.64% -
HSV(B) 200.12º 0.69% 0.98% -
XYZ 39.17 46.18 97.29 -
YUV 164.23 176.4 65.78 -
System Red Green Blue C M Y K H S L
Decimal 77 192 250 0.69 0.23 0 0.02 200.12 0.95 0.64
Hex 4D C0 FA 45 17 0 2 C8 5F 40
Octal 115 300 372 105 27 0 2 310 137 100
Binary 1001101 11000000 11111010 1000101 10111 0 10 11001000 1011111 1000000

Color Harmonies of #4DC0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC0FA

Black with #4DC0FA

Text Example


Text Example

White with #4DC0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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