#68B2ED

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

Shades of Malibu #68B2ED

Tints of Malibu #68B2ED

Color information

#68B2ED (or 0x68B2ED) is unknown color: approx Malibu. HEX triplet: 68, B2 and ED. RGB value is (104,178,237). Sum of RGB (Red+Green+Blue) = 104+178+237=519 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.04% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #68B2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B2ED is #974D12. Grayscale: #A2A2A2. Windows color (decimal): -9915667 or 15577704. OLE color: 15577704.

HSL color Cylindrical-coordinate representation of color #68B2ED: hue angle of 206.62º degrees, saturation: 0.79, 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 #68B2ED is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104178237-
CMYK0.560.2500.07
HSL206.62º78.7%66.86%-
HSV(B)206.62º56.12%92.94%-
XYZ36.9240.986.07-
YUV162.6169.9886.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.04%
GREEN value IS 178 (69.92% from 255) = 34.30%
BLUE value IS 237 (92.97% from 255) = 45.66%
R=20.04%
G=34.30%
B=45.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041782370.560.2500.07206.6278.766.86
Hex68B2ED381907cf4f43
Octal150262355703107317117103
Binary110100010110010111011011110001100101111100111110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,178,237); }

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

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

 a { background-color: rgb(104,178,237); }

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

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

 span { border-color: rgb(104,178,237); }

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