#218687

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

Shades of Atoll #218687

Tints of Atoll #218687

Color information

#218687 (or 0x218687) is unknown color: approx Atoll. HEX triplet: 21, 86 and 87. RGB value is (33,134,135). Sum of RGB (Red+Green+Blue) = 33+134+135=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #218687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218687 is #DE7978. Grayscale: #676767. Windows color (decimal): -14580089 or 8881697. OLE color: 8881697.

HSL color Cylindrical-coordinate representation of color #218687: hue angle of 180.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218687 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB33134135-
CMYK0.760.0100.47
HSL180.59º60.71%32.94%-
HSV(B)180.59º75.56%52.94%-
XYZ13.5319.1225.9-
YUV103.92145.5477.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.93%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 135 (53.12% from 255) = 44.70%
R=10.93%
G=44.37%
B=44.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal331341350.760.0100.47180.5960.7132.94
Hex2186874C102Fb53d21
Octal4120620711410572657541
Binary100001100001101000011110011001010111110110101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #218687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #218687; }

 p { color: rgb(33,134,135); }

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

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

 a { background-color: rgb(33,134,135); }

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

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

 span { border-color: rgb(33,134,135); }

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