#67AAEA

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

Shades of Malibu #67AAEA

Tints of Malibu #67AAEA

Color information

#67AAEA (or 0x67AAEA) is unknown color: approx Malibu. HEX triplet: 67, AA and EA. RGB value is (103,170,234). Sum of RGB (Red+Green+Blue) = 103+170+234=507 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.32% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #67AAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AAEA is #985515. Grayscale: #9C9C9C. Windows color (decimal): -9983254 or 15379047. OLE color: 15379047.

HSL color Cylindrical-coordinate representation of color #67AAEA: hue angle of 209.31º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67AAEA is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB103170234-
CMYK0.560.2700.08
HSL209.31º75.72%66.08%-
HSV(B)209.31º55.98%91.76%-
XYZ34.8237.5783.26-
YUV157.26171.389.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.32%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 234 (91.80% from 255) = 46.15%
R=20.32%
G=33.53%
B=46.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1031702340.560.2700.08209.3175.7266.08
Hex67AAEA381B08d14c42
Octal1472523527033010321114102
Binary1100111101010101110101011100011011010001101000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,170,234); }

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

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

 a { background-color: rgb(103,170,234); }

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

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

 span { border-color: rgb(103,170,234); }

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