#68B1ED

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

Shades of Malibu #68B1ED

Tints of Malibu #68B1ED

Color information

#68B1ED (or 0x68B1ED) is unknown color: approx Malibu. HEX triplet: 68, B1 and ED. RGB value is (104,177,237). Sum of RGB (Red+Green+Blue) = 104+177+237=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #68B1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B1ED is #974E12. Grayscale: #A1A1A1. Windows color (decimal): -9915923 or 15577448. OLE color: 15577448.

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

Color convert

RGB104177237-
CMYK0.560.2500.07
HSL207.07º78.7%66.86%-
HSV(B)207.07º56.12%92.94%-
XYZ36.7240.586-
YUV162.01170.3286.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.08%
GREEN value IS 177 (69.53% from 255) = 34.17%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=20.08%
G=34.17%
B=45.75%

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
Decimal1041772370.560.2500.07207.0778.766.86
Hex68B1ED381907cf4f43
Octal150261355703107317117103
Binary110100010110001111011011110001100101111100111110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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