#68BAD4

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

Shades of Malibu #68BAD4

Tints of Malibu #68BAD4

Color information

#68BAD4 (or 0x68BAD4) is unknown color: approx Malibu. HEX triplet: 68, BA and D4. RGB value is (104,186,212). Sum of RGB (Red+Green+Blue) = 104+186+212=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #68BAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BAD4 is #97452B. Grayscale: #A4A4A4. Windows color (decimal): -9913644 or 13941352. OLE color: 13941352.

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

Color convert

RGB104186212-
CMYK0.510.1200.17
HSL194.44º55.67%61.96%-
HSV(B)194.44º50.94%83.14%-
XYZ35.1542.8168.7-
YUV164.45154.8384.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.72%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=20.72%
G=37.05%
B=42.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1041862120.510.1200.17194.4455.6761.96
Hex68BAD433C011c2383e
Octal15027232463140213027076
Binary11010001011101011010100110011110001000111000010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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