#68C4EB

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

Shades of Malibu #68C4EB

Tints of Malibu #68C4EB

Color information

#68C4EB (or 0x68C4EB) is unknown color: approx Malibu. HEX triplet: 68, C4 and EB. RGB value is (104,196,235). Sum of RGB (Red+Green+Blue) = 104+196+235=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #68C4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C4EB is #973B14. Grayscale: #ACACAC. Windows color (decimal): -9911061 or 15451240. OLE color: 15451240.

HSL color Cylindrical-coordinate representation of color #68C4EB: hue angle of 197.86º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68C4EB is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104196235-
CMYK0.560.1700.08
HSL197.86º76.61%66.47%-
HSV(B)197.86º55.74%92.16%-
XYZ40.4448.4285.81-
YUV172.94163.0278.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.44%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 235 (92.19% from 255) = 43.93%
R=19.44%
G=36.64%
B=43.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041962350.560.1700.08197.8676.6166.47
Hex68C4EB381108c64d42
Octal1503043537021010306115102
Binary1101000110001001110101111100010001010001100011010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,196,235); }

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

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

 a { background-color: rgb(104,196,235); }

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

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

 span { border-color: rgb(104,196,235); }

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