#216F66

Color #216F66 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #216F66

Tints of Blue Stone #216F66

Color information

#216F66 (or 0x216F66) is unknown color: approx Blue Stone. HEX triplet: 21, 6F and 66. RGB value is (33,111,102). Sum of RGB (Red+Green+Blue) = 33+111+102=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #216F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F66 is #DE9099. Grayscale: #565656. Windows color (decimal): -14586010 or 6713121. OLE color: 6713121.

HSL color Cylindrical-coordinate representation of color #216F66: hue angle of 173.08º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216F66 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB33111102-
CMYK0.7000.080.56
HSL173.08º54.17%28.24%-
HSV(B)173.08º70.27%43.53%-
XYZ8.7112.6514.55-
YUV86.65136.6689.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 102 (40.23% from 255) = 41.46%
R=13.41%
G=45.12%
B=41.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331111020.7000.080.56173.0854.1728.24
Hex216F66460838ad361c
Octal41157146106010702556634
Binary100001110111111001101000110010001110001010110111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216F66; }

 p { color: rgb(33,111,102); }

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

<style>
 a { background-color: #216F66; }

 a { background-color: rgb(33,111,102); }

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

<style>
 span { border-color: #216F66; }

 span { border-color: rgb(33,111,102); }

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