#217E8D

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

Shades of Atoll #217E8D

Tints of Atoll #217E8D

Color information

#217E8D (or 0x217E8D) is unknown color: approx Atoll. HEX triplet: 21, 7E and 8D. RGB value is (33,126,141). Sum of RGB (Red+Green+Blue) = 33+126+141=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 126 (49.61% from 255 or 42% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #217E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217E8D is #DE8172. Grayscale: #636363. Windows color (decimal): -14582131 or 9272865. OLE color: 9272865.

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

Color convert

RGB33126141-
CMYK0.770.1100.45
HSL188.33º62.07%34.12%-
HSV(B)188.33º76.6%55.29%-
XYZ12.917.1727.83-
YUV99.9151.1980.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11%
GREEN value IS 126 (49.61% from 255) = 42%
BLUE value IS 141 (55.47% from 255) = 47%
R=11%
G=42%
B=47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal331261410.770.1100.45188.3362.0734.12
Hex217E8D4DB02Dbc3e22
Octal41176215115130552747642
Binary10000111111101000110110011011011010110110111100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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