#68BED8

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

Shades of Malibu #68BED8

Tints of Malibu #68BED8

Color information

#68BED8 (or 0x68BED8) is unknown color: approx Malibu. HEX triplet: 68, BE and D8. RGB value is (104,190,216). Sum of RGB (Red+Green+Blue) = 104+190+216=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #68BED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BED8 is #974127. Grayscale: #A7A7A7. Windows color (decimal): -9912616 or 14204520. OLE color: 14204520.

HSL color Cylindrical-coordinate representation of color #68BED8: hue angle of 193.93º degrees, saturation: 0.59, 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 #68BED8 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104190216-
CMYK0.520.1200.15
HSL193.93º58.95%62.75%-
HSV(B)193.93º51.85%84.71%-
XYZ36.5244.7371.67-
YUV167.25155.5182.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.39%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 216 (84.77% from 255) = 42.35%
R=20.39%
G=37.25%
B=42.35%

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
Decimal1041902160.520.1200.15193.9358.9562.75
Hex68BED834C0Fc23b3f
Octal15027633064140173027377
Binary1101000101111101101100011010011000111111000010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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