#68BAEA

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

Shades of Malibu #68BAEA

Tints of Malibu #68BAEA

Color information

#68BAEA (or 0x68BAEA) is unknown color: approx Malibu. HEX triplet: 68, BA and EA. RGB value is (104,186,234). Sum of RGB (Red+Green+Blue) = 104+186+234=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #68BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BAEA is #974515. Grayscale: #A6A6A6. Windows color (decimal): -9913622 or 15383144. OLE color: 15383144.

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

Color convert

RGB104186234-
CMYK0.560.2100.08
HSL202.15º75.58%66.27%-
HSV(B)202.15º55.56%91.76%-
XYZ38.124484.33-
YUV166.95165.8383.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.85%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 234 (91.80% from 255) = 44.66%
R=19.85%
G=35.50%
B=44.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041862340.560.2100.08202.1575.5866.27
Hex68BAEA381508ca4c42
Octal1502723527025010312114102
Binary1101000101110101110101011100010101010001100101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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