#67AFD5

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

Shades of Malibu #67AFD5

Tints of Malibu #67AFD5

Color information

#67AFD5 (or 0x67AFD5) is unknown color: approx Malibu. HEX triplet: 67, AF and D5. RGB value is (103,175,213). Sum of RGB (Red+Green+Blue) = 103+175+213=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #67AFD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFD5 is #98502A. Grayscale: #9D9D9D. Windows color (decimal): -9981995 or 14004071. OLE color: 14004071.

HSL color Cylindrical-coordinate representation of color #67AFD5: hue angle of 200.73º degrees, saturation: 0.57, 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 #67AFD5 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103175213-
CMYK0.520.1800.16
HSL200.73º56.7%61.96%-
HSV(B)200.73º51.64%83.53%-
XYZ32.9338.3568.62-
YUV157.8159.1588.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.98%
GREEN value IS 175 (68.75% from 255) = 35.64%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=20.98%
G=35.64%
B=43.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1031752130.520.1800.16200.7356.761.96
Hex67AFD53412010c9393e
Octal14725732564220203117176
Binary110011110101111110101011101001001001000011001001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,175,213); }

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

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

 a { background-color: rgb(103,175,213); }

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

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

 span { border-color: rgb(103,175,213); }

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