#68AFD5

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

Shades of Malibu #68AFD5

Tints of Malibu #68AFD5

Color information

#68AFD5 (or 0x68AFD5) is unknown color: approx Malibu. HEX triplet: 68, AF and D5. RGB value is (104,175,213). Sum of RGB (Red+Green+Blue) = 104+175+213=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #68AFD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFD5 is #97502A. Grayscale: #9D9D9D. Windows color (decimal): -9916459 or 14004072. OLE color: 14004072.

HSL color Cylindrical-coordinate representation of color #68AFD5: hue angle of 200.92º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68AFD5 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB104175213-
CMYK0.510.1800.16
HSL200.92º56.48%62.16%-
HSV(B)200.92º51.17%83.53%-
XYZ33.0538.4168.62-
YUV158.1158.9889.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 175 (68.75% from 255) = 35.57%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=21.14%
G=35.57%
B=43.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1041752130.510.1800.16200.9256.4862.16
Hex68AFD53312010c9383e
Octal15025732563220203117076
Binary110100010101111110101011100111001001000011001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,175,213); }

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

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

 a { background-color: rgb(104,175,213); }

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

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

 span { border-color: rgb(104,175,213); }

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