#68BFDF

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

Shades of Malibu #68BFDF

Tints of Malibu #68BFDF

Color information

#68BFDF (or 0x68BFDF) is unknown color: approx Malibu. HEX triplet: 68, BF and DF. RGB value is (104,191,223). Sum of RGB (Red+Green+Blue) = 104+191+223=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #68BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFDF is #974020. Grayscale: #A8A8A8. Windows color (decimal): -9912353 or 14663528. OLE color: 14663528.

HSL color Cylindrical-coordinate representation of color #68BFDF: hue angle of 196.13º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68BFDF is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104191223-
CMYK0.530.1400.13
HSL196.13º65.03%64.12%-
HSV(B)196.13º53.36%87.45%-
XYZ37.6645.5376.62-
YUV168.64158.6881.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.08%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=20.08%
G=36.87%
B=43.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041912230.530.1400.13196.1365.0364.12
Hex68BFDF35E0Dc44140
Octal1502773376516015304101100
Binary110100010111111110111111101011110011011100010010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,191,223); }

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

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

 a { background-color: rgb(104,191,223); }

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

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

 span { border-color: rgb(104,191,223); }

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