#63C1DB

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

Shades of Malibu #63C1DB

Tints of Malibu #63C1DB

Color information

#63C1DB (or 0x63C1DB) is unknown color: approx Malibu. HEX triplet: 63, C1 and DB. RGB value is (99,193,219). Sum of RGB (Red+Green+Blue) = 99+193+219=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #63C1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C1DB is #9C3E24. Grayscale: #A7A7A7. Windows color (decimal): -10239525 or 14401891. OLE color: 14401891.

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

Color convert

RGB99193219-
CMYK0.550.1200.14
HSL193º62.5%62.35%-
HSV(B)193º54.79%85.88%-
XYZ3745.9173.93-
YUV167.86156.8678.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.37%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=19.37%
G=37.77%
B=42.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal991932190.550.1200.1419362.562.35
Hex63C1DB37C0Ec13e3e
Octal14330133367140163017676
Binary1100011110000011101101111011111000111011000001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,193,219); }

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

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

 a { background-color: rgb(99,193,219); }

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

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

 span { border-color: rgb(99,193,219); }

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