#63C2DA

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

Shades of Malibu #63C2DA

Tints of Malibu #63C2DA

Color information

#63C2DA (or 0x63C2DA) is unknown color: approx Malibu. HEX triplet: 63, C2 and DA. RGB value is (99,194,218). Sum of RGB (Red+Green+Blue) = 99+194+218=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #63C2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C2DA is #9C3D25. Grayscale: #A8A8A8. Windows color (decimal): -10239270 or 14336611. OLE color: 14336611.

HSL color Cylindrical-coordinate representation of color #63C2DA: hue angle of 192.1º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63C2DA is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99194218-
CMYK0.550.1100.15
HSL192.1º61.66%62.16%-
HSV(B)192.1º54.59%85.49%-
XYZ37.0946.373.31-
YUV168.33156.0378.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.37%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=19.37%
G=37.96%
B=42.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal991942180.550.1100.15192.161.6662.16
Hex63C2DA37B0Fc03e3e
Octal14330233267130173007676
Binary1100011110000101101101011011110110111111000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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