#67BADE

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

Shades of Malibu #67BADE

Tints of Malibu #67BADE

Color information

#67BADE (or 0x67BADE) is unknown color: approx Malibu. HEX triplet: 67, BA and DE. RGB value is (103,186,222). Sum of RGB (Red+Green+Blue) = 103+186+222=511 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.16% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #67BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BADE is #984521. Grayscale: #A5A5A5. Windows color (decimal): -9979170 or 14596711. OLE color: 14596711.

HSL color Cylindrical-coordinate representation of color #67BADE: hue angle of 198.15º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67BADE is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB103186222-
CMYK0.540.1600.13
HSL198.15º64.32%63.73%-
HSV(B)198.15º53.6%87.06%-
XYZ36.3443.2875.55-
YUV165.2916083.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.16%
GREEN value IS 186 (73.05% from 255) = 36.40%
BLUE value IS 222 (87.11% from 255) = 43.44%
R=20.16%
G=36.40%
B=43.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031862220.540.1600.13198.1564.3263.73
Hex67BADE36100Dc64040
Octal1472723366620015306100100
Binary1100111101110101101111011011010000011011100011010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,186,222); }

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

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

 a { background-color: rgb(103,186,222); }

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

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

 span { border-color: rgb(103,186,222); }

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