#68c1e2

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

Shades of Malibu #68C1E2

Tints of Malibu #68C1E2

Color information

#68C1E2 (or 0x68C1E2) is unknown color: approx Malibu. HEX triplet: 68, C1 and E2. RGB value is (104,193,226). Sum of RGB (Red+Green+Blue) = 104+193+226=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 226 (88.67% from 255 or 43.21% from 523); Max value from RGB is 226 - color contains mainly: blue. Hex color #68C1E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C1E2 is #973E1D. Grayscale: #A9A9A9. Windows color (decimal): -9911838 or 14860648. OLE color: 14860648.

HSL color Cylindrical-coordinate representation of color #68C1E2: hue angle of 196.23º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68C1E2 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB104193226-
CMYK0.540.1500.11
HSL196.23º67.78%64.71%-
HSV(B)196.23º53.98%88.63%-
XYZ38.5146.5778.91-
YUV170.15159.5180.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.89%
GREEN value IS 193 (75.78% from 255) = 36.90%
BLUE value IS 226 (88.67% from 255) = 43.21%
R=19.89%
G=36.90%
B=43.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1041932260.540.1500.11196.2367.7864.71
Hex68C1E236F0Bc44441
Octal1503013426617013304104101
Binary110100011000001111000101101101111010111100010010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68c1e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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