#67B1EC

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

Shades of Malibu #67B1EC

Tints of Malibu #67B1EC

Color information

#67B1EC (or 0x67B1EC) is unknown color: approx Malibu. HEX triplet: 67, B1 and EC. RGB value is (103,177,236). Sum of RGB (Red+Green+Blue) = 103+177+236=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #67B1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67B1EC is #984E13. Grayscale: #A1A1A1. Windows color (decimal): -9981460 or 15511911. OLE color: 15511911.

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

Color convert

RGB103177236-
CMYK0.560.2500.07
HSL206.62º77.78%66.47%-
HSV(B)206.62º56.36%92.55%-
XYZ36.4640.3885.23-
YUV161.6169.9886.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.96%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 236 (92.58% from 255) = 45.74%
R=19.96%
G=34.30%
B=45.74%

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
Decimal1031772360.560.2500.07206.6277.7866.47
Hex67B1EC381907cf4e42
Octal147261354703107317116102
Binary110011110110001111011001110001100101111100111110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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