#68C1EF

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

Shades of Malibu #68C1EF

Tints of Malibu #68C1EF

Color information

#68C1EF (or 0x68C1EF) is unknown color: approx Malibu. HEX triplet: 68, C1 and EF. RGB value is (104,193,239). Sum of RGB (Red+Green+Blue) = 104+193+239=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #68C1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C1EF is #973E10. Grayscale: #ABABAB. Windows color (decimal): -9911825 or 15712616. OLE color: 15712616.

HSL color Cylindrical-coordinate representation of color #68C1EF: hue angle of 200.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68C1EF is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB104193239-
CMYK0.560.1900.06
HSL200.44º80.84%67.25%-
HSV(B)200.44º56.49%93.73%-
XYZ40.3647.3188.67-
YUV171.63166.0179.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.40%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 239 (93.75% from 255) = 44.59%
R=19.40%
G=36.01%
B=44.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1041932390.560.1900.06200.4480.8467.25
Hex68C1EF381306c85143
Octal150301357702306310121103
Binary110100011000001111011111110001001101101100100010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,193,239); }

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

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

 a { background-color: rgb(104,193,239); }

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

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

 span { border-color: rgb(104,193,239); }

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