#68B7DC

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

Shades of Malibu #68B7DC

Tints of Malibu #68B7DC

Color information

#68B7DC (or 0x68B7DC) is unknown color: approx Malibu. HEX triplet: 68, B7 and DC. RGB value is (104,183,220). Sum of RGB (Red+Green+Blue) = 104+183+220=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #68B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B7DC is #974823. Grayscale: #A3A3A3. Windows color (decimal): -9914404 or 14464872. OLE color: 14464872.

HSL color Cylindrical-coordinate representation of color #68B7DC: hue angle of 199.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68B7DC is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104183220-
CMYK0.530.1700.14
HSL199.14º62.37%63.53%-
HSV(B)199.14º52.73%86.27%-
XYZ35.5641.9873.94-
YUV163.6159.8385.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.51%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=20.51%
G=36.09%
B=43.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041832200.530.1700.14199.1462.3763.53
Hex68B7DC35110Ec73e40
Octal150267334652101630776100
Binary110100010110111110111001101011000101110110001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B7DC; }

 p { color: rgb(104,183,220); }

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

<style>
 a { background-color: #68B7DC; }

 a { background-color: rgb(104,183,220); }

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

<style>
 span { border-color: #68B7DC; }

 span { border-color: rgb(104,183,220); }

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