Html Css Color HEX #4CC9FA Malibu

📋 copy color: '#4CC9FA'

red 76 ◦ green 201 ◦ blue 250

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

Shades of Malibu #4CC9FA

Tints of Malibu #4CC9FA

RGB

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

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

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

R = 14.42%
G = 38.14%
B = 47.44%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4CC9FA (or 0x4CC9FA) is known color: Malibu. HEX triplet: 4C, C9 and FA. RGB value is (76,201,250). Sum of RGB (Red+Green+Blue) = 76+201+250=527 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.42% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #4CC9FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CC9FA is #B33605. Grayscale: #A8A8A8. Windows color (decimal): -11744774 or 16435532. OLE color: 16435532.

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

Color convert

RGB 76 201 250 -
CMYK 0.70 0.20 0 0.02
HSL 196.9º 0.95% 0.64% -
HSV(B) 196.9º 0.7% 0.98% -
XYZ 41.12 50.21 97.97 -
YUV 169.21 173.59 61.52 -
System Red Green Blue C M Y K H S L
Decimal 76 201 250 0.70 0.20 0 0.02 196.9 0.95 0.64
Hex 4C C9 FA 46 14 0 2 C5 5F 40
Octal 114 311 372 106 24 0 2 305 137 100
Binary 1001100 11001001 11111010 1000110 10100 0 10 11000101 1011111 1000000

Color Harmonies of #4CC9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC9FA

Black with #4CC9FA

Text Example


Text Example

White with #4CC9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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