#63C3DA

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

Shades of Malibu #63C3DA

Tints of Malibu #63C3DA

Color information

#63C3DA (or 0x63C3DA) is unknown color: approx Malibu. HEX triplet: 63, C3 and DA. RGB value is (99,195,218). Sum of RGB (Red+Green+Blue) = 99+195+218=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #63C3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C3DA is #9C3C25. Grayscale: #A8A8A8. Windows color (decimal): -10239014 or 14336867. OLE color: 14336867.

HSL color Cylindrical-coordinate representation of color #63C3DA: hue angle of 191.6º 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 #63C3DA is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB99195218-
CMYK0.550.1100.15
HSL191.6º61.66%62.16%-
HSV(B)191.6º54.59%85.49%-
XYZ37.3246.7473.39-
YUV168.92155.778.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.34%
GREEN value IS 195 (76.56% from 255) = 38.09%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=19.34%
G=38.09%
B=42.58%

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
Decimal991952180.550.1100.15191.661.6662.16
Hex63C3DA37B0Fc03e3e
Octal14330333267130173007676
Binary1100011110000111101101011011110110111111000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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