#217B8A

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

Shades of Atoll #217B8A

Tints of Atoll #217B8A

Color information

#217B8A (or 0x217B8A) is unknown color: approx Atoll. HEX triplet: 21, 7B and 8A. RGB value is (33,123,138). Sum of RGB (Red+Green+Blue) = 33+123+138=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 123 (48.44% from 255 or 41.84% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #217B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #217B8A is #DE8475. Grayscale: #616161. Windows color (decimal): -14582902 or 9075489. OLE color: 9075489.

HSL color Cylindrical-coordinate representation of color #217B8A: hue angle of 188.57º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #217B8A is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB33123138-
CMYK0.760.1100.46
HSL188.57º61.4%33.53%-
HSV(B)188.57º76.09%54.12%-
XYZ12.316.3226.55-
YUV97.8150.6881.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.22%
GREEN value IS 123 (48.44% from 255) = 41.84%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=11.22%
G=41.84%
B=46.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal331231380.760.1100.46188.5761.433.53
Hex217B8A4CB02Ebd3d22
Octal41173212114130562757542
Binary10000111110111000101010011001011010111010111101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,123,138); }

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

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

 a { background-color: rgb(33,123,138); }

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

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

 span { border-color: rgb(33,123,138); }

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