#63c0db

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

Shades of Malibu #63C0DB

Tints of Malibu #63C0DB

Color information

#63C0DB (or 0x63C0DB) is unknown color: approx Malibu. HEX triplet: 63, C0 and DB. RGB value is (99,192,219). Sum of RGB (Red+Green+Blue) = 99+192+219=510 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.41% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #63C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C0DB is #9C3F24. Grayscale: #A7A7A7. Windows color (decimal): -10239781 or 14401635. OLE color: 14401635.

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

Color convert

RGB99192219-
CMYK0.550.1200.14
HSL193.5º62.5%62.35%-
HSV(B)193.5º54.79%85.88%-
XYZ36.7845.4773.86-
YUV167.27157.1979.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 19.41%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 219 (85.94% from 255) = 42.94%
R=19.41%
G=37.65%
B=42.94%

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
Decimal991922190.550.1200.14193.562.562.35
Hex63C0DB37C0Ec23e3e
Octal14330033367140163027676
Binary1100011110000001101101111011111000111011000010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63c0db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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