Html Css Color HEX #4DC9FA Malibu

📋 copy color: '#4DC9FA'

red 77 ◦ green 201 ◦ blue 250

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

Shades of Malibu #4DC9FA

Tints of Malibu #4DC9FA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.07%

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

R = 14.58%
G = 38.07%
B = 47.35%

CMYK

 C value IS 0.69

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DC9FA (or 0x4DC9FA) is known color: Malibu. HEX triplet: 4D, C9 and FA. RGB value is (77,201,250). Sum of RGB (Red+Green+Blue) = 77+201+250=528 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.58% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DC9FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DC9FA is #B23605. Grayscale: #A9A9A9. Windows color (decimal): -11679238 or 16435533. OLE color: 16435533.

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

Color convert

RGB 77 201 250 -
CMYK 0.69 0.20 0 0.02
HSL 196.99º 0.95% 0.64% -
HSV(B) 196.99º 0.69% 0.98% -
XYZ 41.2 50.25 97.97 -
YUV 169.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 77 201 250 0.69 0.20 0 0.02 196.99 0.95 0.64
Hex 4D C9 FA 45 14 0 2 C5 5F 40
Octal 115 311 372 105 24 0 2 305 137 100
Binary 1001101 11001001 11111010 1000101 10100 0 10 11000101 1011111 1000000

Color Harmonies of #4DC9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC9FA

Black with #4DC9FA

Text Example


Text Example

White with #4DC9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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