#68C1EE

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

Shades of Malibu #68C1EE

Tints of Malibu #68C1EE

Color information

#68C1EE (or 0x68C1EE) is unknown color: approx Malibu. HEX triplet: 68, C1 and EE. RGB value is (104,193,238). Sum of RGB (Red+Green+Blue) = 104+193+238=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 193 (75.78% from 255 or 36.07% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #68C1EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C1EE is #973E11. Grayscale: #ABABAB. Windows color (decimal): -9911826 or 15647080. OLE color: 15647080.

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

Color convert

RGB104193238-
CMYK0.560.1900.07
HSL200.15º79.76%67.06%-
HSV(B)200.15º56.3%93.33%-
XYZ40.2147.2687.89-
YUV171.52165.5179.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.44%
GREEN value IS 193 (75.78% from 255) = 36.07%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=19.44%
G=36.07%
B=44.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041932380.560.1900.07200.1579.7667.06
Hex68C1EE381307c85043
Octal150301356702307310120103
Binary110100011000001111011101110001001101111100100010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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