#68B9EA

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

Shades of Malibu #68B9EA

Tints of Malibu #68B9EA

Color information

#68B9EA (or 0x68B9EA) is unknown color: approx Malibu. HEX triplet: 68, B9 and EA. RGB value is (104,185,234). Sum of RGB (Red+Green+Blue) = 104+185+234=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #68B9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B9EA is #974615. Grayscale: #A6A6A6. Windows color (decimal): -9913878 or 15382888. OLE color: 15382888.

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

Color convert

RGB104185234-
CMYK0.560.2100.08
HSL202.62º75.58%66.27%-
HSV(B)202.62º55.56%91.76%-
XYZ37.9143.5884.26-
YUV166.37166.1683.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.89%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=19.89%
G=35.37%
B=44.74%

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
Decimal1041852340.560.2100.08202.6275.5866.27
Hex68B9EA381508cb4c42
Octal1502713527025010313114102
Binary1101000101110011110101011100010101010001100101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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