#67B0EC

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

Shades of Malibu #67B0EC

Tints of Malibu #67B0EC

Color information

#67B0EC (or 0x67B0EC) is unknown color: approx Malibu. HEX triplet: 67, B0 and EC. RGB value is (103,176,236). Sum of RGB (Red+Green+Blue) = 103+176+236=515 (68% of max value = 765). Red value is 103 (40.62% from 255 or 20% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #67B0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67B0EC is #984F13. Grayscale: #A0A0A0. Windows color (decimal): -9981716 or 15511655. OLE color: 15511655.

HSL color Cylindrical-coordinate representation of color #67B0EC: hue angle of 207.07º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67B0EC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB103176236-
CMYK0.560.2500.07
HSL207.07º77.78%66.47%-
HSV(B)207.07º56.36%92.55%-
XYZ36.2639.9985.16-
YUV161.01170.3286.62-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=20%
G=34.17%
B=45.83%

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
Decimal1031762360.560.2500.07207.0777.7866.47
Hex67B0EC381907cf4e42
Octal147260354703107317116102
Binary110011110110000111011001110001100101111100111110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67B0EC; }

 p { color: rgb(103,176,236); }

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

<style>
 a { background-color: #67B0EC; }

 a { background-color: rgb(103,176,236); }

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

<style>
 span { border-color: #67B0EC; }

 span { border-color: rgb(103,176,236); }

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