#68BED9

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

Shades of Malibu #68BED9

Tints of Malibu #68BED9

Color information

#68BED9 (or 0x68BED9) is unknown color: approx Malibu. HEX triplet: 68, BE and D9. RGB value is (104,190,217). Sum of RGB (Red+Green+Blue) = 104+190+217=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #68BED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BED9 is #974126. Grayscale: #A7A7A7. Windows color (decimal): -9912615 or 14270056. OLE color: 14270056.

HSL color Cylindrical-coordinate representation of color #68BED9: hue angle of 194.34º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68BED9 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104190217-
CMYK0.520.1200.15
HSL194.34º59.79%62.94%-
HSV(B)194.34º52.07%85.1%-
XYZ36.6544.7872.36-
YUV167.36156.0182.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.35%
GREEN value IS 190 (74.61% from 255) = 37.18%
BLUE value IS 217 (85.16% from 255) = 42.47%
R=20.35%
G=37.18%
B=42.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041902170.520.1200.15194.3459.7962.94
Hex68BED934C0Fc23c3f
Octal15027633164140173027477
Binary1101000101111101101100111010011000111111000010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,190,217); }

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

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

 a { background-color: rgb(104,190,217); }

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

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

 span { border-color: rgb(104,190,217); }

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