#68BAEF

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

Shades of Malibu #68BAEF

Tints of Malibu #68BAEF

Color information

#68BAEF (or 0x68BAEF) is unknown color: approx Malibu. HEX triplet: 68, BA and EF. RGB value is (104,186,239). Sum of RGB (Red+Green+Blue) = 104+186+239=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #68BAEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAEF is #974510. Grayscale: #A7A7A7. Windows color (decimal): -9913617 or 15710824. OLE color: 15710824.

HSL color Cylindrical-coordinate representation of color #68BAEF: hue angle of 203.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68BAEF is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB104186239-
CMYK0.560.2200.06
HSL203.56º80.84%67.25%-
HSV(B)203.56º56.49%93.73%-
XYZ38.8544.2988.16-
YUV167.52168.3382.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.66%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 239 (93.75% from 255) = 45.18%
R=19.66%
G=35.16%
B=45.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1041862390.560.2200.06203.5680.8467.25
Hex68BAEF381606cc5143
Octal150272357702606314121103
Binary110100010111010111011111110001011001101100110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,186,239); }

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

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

 a { background-color: rgb(104,186,239); }

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

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

 span { border-color: rgb(104,186,239); }

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