#217E8F

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

Shades of Atoll #217E8F

Tints of Atoll #217E8F

Color information

#217E8F (or 0x217E8F) is unknown color: approx Atoll. HEX triplet: 21, 7E and 8F. RGB value is (33,126,143). Sum of RGB (Red+Green+Blue) = 33+126+143=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #217E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217E8F is #DE8170. Grayscale: #636363. Windows color (decimal): -14582129 or 9403937. OLE color: 9403937.

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

Color convert

RGB33126143-
CMYK0.770.1200.44
HSL189.27º62.5%34.51%-
HSV(B)189.27º76.92%56.08%-
XYZ13.0517.2328.62-
YUV100.13152.1980.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.93%
GREEN value IS 126 (49.61% from 255) = 41.72%
BLUE value IS 143 (56.25% from 255) = 47.35%
R=10.93%
G=41.72%
B=47.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331261430.770.1200.44189.2762.534.51
Hex217E8F4DC02Cbd3e23
Octal41176217115140542757643
Binary10000111111101000111110011011100010110010111101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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