#68BBEA

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

Shades of Malibu #68BBEA

Tints of Malibu #68BBEA

Color information

#68BBEA (or 0x68BBEA) is unknown color: approx Malibu. HEX triplet: 68, BB and EA. RGB value is (104,187,234). Sum of RGB (Red+Green+Blue) = 104+187+234=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #68BBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BBEA is #974415. Grayscale: #A7A7A7. Windows color (decimal): -9913366 or 15383400. OLE color: 15383400.

HSL color Cylindrical-coordinate representation of color #68BBEA: hue angle of 201.69º degrees, saturation: 0.76, 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 #68BBEA is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104187234-
CMYK0.560.2000.08
HSL201.69º75.58%66.27%-
HSV(B)201.69º55.56%91.76%-
XYZ38.3344.4284.4-
YUV167.54165.582.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.81%
GREEN value IS 187 (73.44% from 255) = 35.62%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=19.81%
G=35.62%
B=44.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041872340.560.2000.08201.6975.5866.27
Hex68BBEA381408ca4c42
Octal1502733527024010312114102
Binary1101000101110111110101011100010100010001100101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,187,234); }

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

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

 a { background-color: rgb(104,187,234); }

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

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

 span { border-color: rgb(104,187,234); }

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