#68B9E2

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

Shades of Malibu #68B9E2

Tints of Malibu #68B9E2

Color information

#68B9E2 (or 0x68B9E2) is unknown color: approx Malibu. HEX triplet: 68, B9 and E2. RGB value is (104,185,226). Sum of RGB (Red+Green+Blue) = 104+185+226=515 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.19% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 226 - color contains mainly: blue. Hex color #68B9E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B9E2 is #97461D. Grayscale: #A5A5A5. Windows color (decimal): -9913886 or 14858600. OLE color: 14858600.

HSL color Cylindrical-coordinate representation of color #68B9E2: hue angle of 200.16º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68B9E2 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB104185226-
CMYK0.540.1800.11
HSL200.16º67.78%64.71%-
HSV(B)200.16º53.98%88.63%-
XYZ36.7943.1378.34-
YUV165.46162.1684.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.19%
GREEN value IS 185 (72.66% from 255) = 35.92%
BLUE value IS 226 (88.67% from 255) = 43.88%
R=20.19%
G=35.92%
B=43.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1041852260.540.1800.11200.1667.7864.71
Hex68B9E236120Bc84441
Octal1502713426622013310104101
Binary1101000101110011110001011011010010010111100100010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,185,226); }

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

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

 a { background-color: rgb(104,185,226); }

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

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

 span { border-color: rgb(104,185,226); }

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