#68B8DC

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

Shades of Malibu #68B8DC

Tints of Malibu #68B8DC

Color information

#68B8DC (or 0x68B8DC) is unknown color: approx Malibu. HEX triplet: 68, B8 and DC. RGB value is (104,184,220). Sum of RGB (Red+Green+Blue) = 104+184+220=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #68B8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B8DC is #974723. Grayscale: #A3A3A3. Windows color (decimal): -9914148 or 14465128. OLE color: 14465128.

HSL color Cylindrical-coordinate representation of color #68B8DC: hue angle of 198.62º 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 #68B8DC is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104184220-
CMYK0.530.1600.14
HSL198.62º62.37%63.53%-
HSV(B)198.62º52.73%86.27%-
XYZ35.7742.3974.01-
YUV164.18159.585.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.47%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 220 (86.33% from 255) = 43.31%
R=20.47%
G=36.22%
B=43.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041842200.530.1600.14198.6262.3763.53
Hex68B8DC35100Ec73e40
Octal150270334652001630776100
Binary110100010111000110111001101011000001110110001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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