#217E8E

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

Shades of Atoll #217E8E

Tints of Atoll #217E8E

Color information

#217E8E (or 0x217E8E) is unknown color: approx Atoll. HEX triplet: 21, 7E and 8E. RGB value is (33,126,142). Sum of RGB (Red+Green+Blue) = 33+126+142=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #217E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217E8E is #DE8171. Grayscale: #636363. Windows color (decimal): -14582130 or 9338401. OLE color: 9338401.

HSL color Cylindrical-coordinate representation of color #217E8E: hue angle of 188.81º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #217E8E is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB33126142-
CMYK0.770.1100.44
HSL188.81º62.29%34.31%-
HSV(B)188.81º76.76%55.69%-
XYZ12.9717.228.23-
YUV100.02151.6980.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 126 (49.61% from 255) = 41.86%
BLUE value IS 142 (55.86% from 255) = 47.18%
R=10.96%
G=41.86%
B=47.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331261420.770.1100.44188.8162.2934.31
Hex217E8E4DB02Cbd3e22
Octal41176216115130542757642
Binary10000111111101000111010011011011010110010111101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217E8E; }

 p { color: rgb(33,126,142); }

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

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

 a { background-color: rgb(33,126,142); }

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

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

 span { border-color: rgb(33,126,142); }

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