#67ADD7

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

Shades of Malibu #67ADD7

Tints of Malibu #67ADD7

Color information

#67ADD7 (or 0x67ADD7) is unknown color: approx Malibu. HEX triplet: 67, AD and D7. RGB value is (103,173,215). Sum of RGB (Red+Green+Blue) = 103+173+215=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #67ADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADD7 is #985228. Grayscale: #9C9C9C. Windows color (decimal): -9982505 or 14134631. OLE color: 14134631.

HSL color Cylindrical-coordinate representation of color #67ADD7: hue angle of 202.5º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67ADD7 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103173215-
CMYK0.520.2000.16
HSL202.5º58.33%62.35%-
HSV(B)202.5º52.09%84.31%-
XYZ32.837.6869.83-
YUV156.86160.8189.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.98%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 215 (84.38% from 255) = 43.79%
R=20.98%
G=35.23%
B=43.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1031732150.520.2000.16202.558.3362.35
Hex67ADD73414010ca3a3e
Octal14725532764240203127276
Binary110011110101101110101111101001010001000011001010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,173,215); }

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

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

 a { background-color: rgb(103,173,215); }

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

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

 span { border-color: rgb(103,173,215); }

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