#68B0DD

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

Shades of Malibu #68B0DD

Tints of Malibu #68B0DD

Color information

#68B0DD (or 0x68B0DD) is unknown color: approx Malibu. HEX triplet: 68, B0 and DD. RGB value is (104,176,221). Sum of RGB (Red+Green+Blue) = 104+176+221=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #68B0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0DD is #974F22. Grayscale: #9F9F9F. Windows color (decimal): -9916195 or 14528616. OLE color: 14528616.

HSL color Cylindrical-coordinate representation of color #68B0DD: hue angle of 203.08º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68B0DD is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104176221-
CMYK0.530.2000.13
HSL203.08º63.24%63.73%-
HSV(B)203.08º52.94%86.67%-
XYZ34.2939.2174.17-
YUV159.6162.6588.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.76%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 221 (86.72% from 255) = 44.11%
R=20.76%
G=35.13%
B=44.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041762210.530.2000.13203.0863.2463.73
Hex68B0DD35140Dcb3f40
Octal150260335652401531377100
Binary110100010110000110111011101011010001101110010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,221); }

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

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

 a { background-color: rgb(104,176,221); }

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

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

 span { border-color: rgb(104,176,221); }

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