#217A85

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

Shades of Atoll #217A85

Tints of Atoll #217A85

Color information

#217A85 (or 0x217A85) is unknown color: approx Atoll. HEX triplet: 21, 7A and 85. RGB value is (33,122,133). Sum of RGB (Red+Green+Blue) = 33+122+133=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #217A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217A85 is #DE857A. Grayscale: #606060. Windows color (decimal): -14583163 or 8747553. OLE color: 8747553.

HSL color Cylindrical-coordinate representation of color #217A85: hue angle of 186.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #217A85 is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB33122133-
CMYK0.750.0800.48
HSL186.6º60.24%32.55%-
HSV(B)186.6º75.19%52.16%-
XYZ11.8215.9424.64-
YUV96.64148.5182.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.46%
GREEN value IS 122 (48.05% from 255) = 42.36%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=11.46%
G=42.36%
B=46.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal331221330.750.0800.48186.660.2432.55
Hex217A854B8030bb3c21
Octal41172205113100602737441
Binary10000111110101000010110010111000011000010111011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,122,133); }

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

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

 a { background-color: rgb(33,122,133); }

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

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

 span { border-color: rgb(33,122,133); }

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