#68B6D4

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

Shades of Malibu #68B6D4

Tints of Malibu #68B6D4

Color information

#68B6D4 (or 0x68B6D4) is unknown color: approx Malibu. HEX triplet: 68, B6 and D4. RGB value is (104,182,212). Sum of RGB (Red+Green+Blue) = 104+182+212=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #68B6D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B6D4 is #97492B. Grayscale: #A1A1A1. Windows color (decimal): -9914668 or 13940328. OLE color: 13940328.

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

Color convert

RGB104182212-
CMYK0.510.1400.17
HSL196.67º55.67%61.96%-
HSV(B)196.67º50.94%83.14%-
XYZ34.3241.1568.42-
YUV162.1156.1686.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.88%
GREEN value IS 182 (71.48% from 255) = 36.55%
BLUE value IS 212 (83.20% from 255) = 42.57%
R=20.88%
G=36.55%
B=42.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1041822120.510.1400.17196.6755.6761.96
Hex68B6D433E011c5383e
Octal15026632463160213057076
Binary11010001011011011010100110011111001000111000101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,182,212); }

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

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

 a { background-color: rgb(104,182,212); }

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

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

 span { border-color: rgb(104,182,212); }

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