Html Css Color HEX #4CCAEF Malibu

📋 copy color: '#4CCAEF'

red 76 ◦ green 202 ◦ blue 239

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

Shades of Malibu #4CCAEF

Tints of Malibu #4CCAEF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.07%

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 14.7%
G = 39.07%
B = 46.23%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4CCAEF (or 0x4CCAEF) is known color: Malibu. HEX triplet: 4C, CA and EF. RGB value is (76,202,239). Sum of RGB (Red+Green+Blue) = 76+202+239=517 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.70% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #4CCAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4CCAEF is #B33510. Grayscale: #A8A8A8. Windows color (decimal): -11744529 or 15714892. OLE color: 15714892.

HSL color Cylindrical-coordinate representation of color #4CCAEF: hue angle of 193.62º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CCAEF is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 202 239 -
CMYK 0.68 0.15 0 0.06
HSL 193.62º 0.84% 0.62% -
HSV(B) 193.62º 0.68% 0.94% -
XYZ 39.68 50.01 89.22 -
YUV 168.54 167.76 61.99 -
System Red Green Blue C M Y K H S L
Decimal 76 202 239 0.68 0.15 0 0.06 193.62 0.84 0.62
Hex 4C CA EF 44 F 0 6 C2 54 3E
Octal 114 312 357 104 17 0 6 302 124 76
Binary 1001100 11001010 11101111 1000100 1111 0 110 11000010 1010100 111110

Color Harmonies of #4CCAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCAEF

Black with #4CCAEF

Text Example


Text Example

White with #4CCAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,202,239); }

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

background-color css

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

 a { background-color: rgb(76,202,239); }

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

border-color css

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

 span { border-color: rgb(76,202,239); }

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