#217E86

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

Shades of Atoll #217E86

Tints of Atoll #217E86

Color information

#217E86 (or 0x217E86) is unknown color: approx Atoll. HEX triplet: 21, 7E and 86. RGB value is (33,126,134). Sum of RGB (Red+Green+Blue) = 33+126+134=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #217E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217E86 is #DE8179. Grayscale: #626262. Windows color (decimal): -14582138 or 8814113. OLE color: 8814113.

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

Color convert

RGB33126134-
CMYK0.750.0600.47
HSL184.75º60.48%32.75%-
HSV(B)184.75º75.37%52.55%-
XYZ12.3916.9725.18-
YUV99.1147.6980.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.26%
GREEN value IS 126 (49.61% from 255) = 43.00%
BLUE value IS 134 (52.73% from 255) = 45.73%
R=11.26%
G=43.00%
B=45.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal331261340.750.0600.47184.7560.4832.75
Hex217E864B602Fb93c21
Octal4117620611360572717441
Binary1000011111110100001101001011110010111110111001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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