#68B1EB

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

Shades of Malibu #68B1EB

Tints of Malibu #68B1EB

Color information

#68B1EB (or 0x68B1EB) is unknown color: approx Malibu. HEX triplet: 68, B1 and EB. RGB value is (104,177,235). Sum of RGB (Red+Green+Blue) = 104+177+235=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #68B1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B1EB is #974E14. Grayscale: #A1A1A1. Windows color (decimal): -9915925 or 15446376. OLE color: 15446376.

HSL color Cylindrical-coordinate representation of color #68B1EB: hue angle of 206.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68B1EB is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104177235-
CMYK0.560.2500.08
HSL206.56º76.61%66.47%-
HSV(B)206.56º55.74%92.16%-
XYZ36.4340.3984.47-
YUV161.78169.3286.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.16%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 235 (92.19% from 255) = 45.54%
R=20.16%
G=34.30%
B=45.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041772350.560.2500.08206.5676.6166.47
Hex68B1EB381908cf4d42
Octal1502613537031010317115102
Binary1101000101100011110101111100011001010001100111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,177,235); }

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

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

 a { background-color: rgb(104,177,235); }

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

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

 span { border-color: rgb(104,177,235); }

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