#68ABF1

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

Shades of Malibu #68ABF1

Tints of Malibu #68ABF1

Color information

#68ABF1 (or 0x68ABF1) is unknown color: approx Malibu. HEX triplet: 68, AB and F1. RGB value is (104,171,241). Sum of RGB (Red+Green+Blue) = 104+171+241=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #68ABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABF1 is #97540E. Grayscale: #9E9E9E. Windows color (decimal): -9917455 or 15838056. OLE color: 15838056.

HSL color Cylindrical-coordinate representation of color #68ABF1: hue angle of 210.66º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68ABF1 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104171241-
CMYK0.570.2900.05
HSL210.66º83.03%67.65%-
HSV(B)210.66º56.85%94.51%-
XYZ36.1538.4288.73-
YUV158.95174.388.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.16%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 241 (94.53% from 255) = 46.71%
R=20.16%
G=33.14%
B=46.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041712410.570.2900.05210.6683.0367.65
Hex68ABF1391D05d35344
Octal150253361713505323123104
Binary110100010101011111100011110011110101011101001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68ABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,171,241); }

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

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

 a { background-color: rgb(104,171,241); }

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

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

 span { border-color: rgb(104,171,241); }

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