#67AEDD

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

Shades of Malibu #67AEDD

Tints of Malibu #67AEDD

Color information

#67AEDD (or 0x67AEDD) is unknown color: approx Malibu. HEX triplet: 67, AE and DD. RGB value is (103,174,221). Sum of RGB (Red+Green+Blue) = 103+174+221=498 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.68% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #67AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AEDD is #985122. Grayscale: #9D9D9D. Windows color (decimal): -9982243 or 14528103. OLE color: 14528103.

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

Color convert

RGB103174221-
CMYK0.530.2100.13
HSL203.9º63.44%63.53%-
HSV(B)203.9º53.39%86.67%-
XYZ33.7838.3874.03-
YUV158.13163.4888.68-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.68%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 221 (86.72% from 255) = 44.38%
R=20.68%
G=34.94%
B=44.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1031742210.530.2100.13203.963.4463.53
Hex67AEDD35150Dcc3f40
Octal147256335652501531477100
Binary110011110101110110111011101011010101101110011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,174,221); }

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

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

 a { background-color: rgb(103,174,221); }

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

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

 span { border-color: rgb(103,174,221); }

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