#63C2EC

Color #63C2EC Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #63C2EC

Tints of Malibu #63C2EC

Color information

#63C2EC (or 0x63C2EC) is unknown color: approx Malibu. HEX triplet: 63, C2 and EC. RGB value is (99,194,236). Sum of RGB (Red+Green+Blue) = 99+194+236=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #63C2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C2EC is #9C3D13. Grayscale: #AAAAAA. Windows color (decimal): -10239252 or 15516259. OLE color: 15516259.

HSL color Cylindrical-coordinate representation of color #63C2EC: hue angle of 198.39º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63C2EC is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB99194236-
CMYK0.580.1800.07
HSL198.39º78.29%65.69%-
HSV(B)198.39º58.05%92.55%-
XYZ39.5847.2986.4-
YUV170.38165.0377.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 18.71%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 236 (92.58% from 255) = 44.61%
R=18.71%
G=36.67%
B=44.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal991942360.580.1800.07198.3978.2965.69
Hex63C2EC3A1207c64e42
Octal143302354722207306116102
Binary110001111000010111011001110101001001111100011010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63C2EC; }

 p { color: rgb(99,194,236); }

 H1.HeaderClassName
 {
   color: #63C2EC;
 }
 .AnyTagClassName
 {
   color: #63C2EC;
 }
</style>
background-color css

<style>
 a { background-color: #63C2EC; }

 a { background-color: rgb(99,194,236); }

 div.DivClassName
 {
   background-color: #63C2EC;
 }
 .BgClassName
 {
   background-color: #63C2EC;
 }
</style>
border-color css

<style>
 span { border-color: #63C2EC; }

 span { border-color: rgb(99,194,236); }

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