#217B7D

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

Shades of Atoll #217B7D

Tints of Atoll #217B7D

Color information

#217B7D (or 0x217B7D) is unknown color: approx Atoll. HEX triplet: 21, 7B and 7D. RGB value is (33,123,125). Sum of RGB (Red+Green+Blue) = 33+123+125=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 125 - color contains mainly: blue. Hex color #217B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B7D is #DE8482. Grayscale: #606060. Windows color (decimal): -14582915 or 8223521. OLE color: 8223521.

HSL color Cylindrical-coordinate representation of color #217B7D: hue angle of 181.3º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217B7D is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB33123125-
CMYK0.740.0200.51
HSL181.3º58.23%30.98%-
HSV(B)181.3º73.6%49.02%-
XYZ11.4115.9721.88-
YUV96.32144.1882.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 123 (48.44% from 255) = 43.77%
BLUE value IS 125 (49.22% from 255) = 44.48%
R=11.74%
G=43.77%
B=44.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal331231250.740.0200.51181.358.2330.98
Hex217B7D4A2033b53a1f
Octal4117317511220632657237
Binary1000011111011111110110010101001100111011010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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