#68C3E2

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

Shades of Malibu #68C3E2

Tints of Malibu #68C3E2

Color information

#68C3E2 (or 0x68C3E2) is unknown color: approx Malibu. HEX triplet: 68, C3 and E2. RGB value is (104,195,226). Sum of RGB (Red+Green+Blue) = 104+195+226=525 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.81% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #68C3E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C3E2 is #973C1D. Grayscale: #ABABAB. Windows color (decimal): -9911326 or 14861160. OLE color: 14861160.

HSL color Cylindrical-coordinate representation of color #68C3E2: hue angle of 195.25º 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 #68C3E2 is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB104195226-
CMYK0.540.1400.11
HSL195.25º67.78%64.71%-
HSV(B)195.25º53.98%88.63%-
XYZ38.9547.4679.06-
YUV171.32158.8579.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.81%
GREEN value IS 195 (76.56% from 255) = 37.14%
BLUE value IS 226 (88.67% from 255) = 43.05%
R=19.81%
G=37.14%
B=43.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1041952260.540.1400.11195.2567.7864.71
Hex68C3E236E0Bc34441
Octal1503033426616013303104101
Binary110100011000011111000101101101110010111100001110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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