#207E89

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

Shades of Atoll #207E89

Tints of Atoll #207E89

Color information

#207E89 (or 0x207E89) is unknown color: approx Atoll. HEX triplet: 20, 7E and 89. RGB value is (32,126,137). Sum of RGB (Red+Green+Blue) = 32+126+137=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #207E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207E89 is #DF8176. Grayscale: #636363. Windows color (decimal): -14647671 or 9010720. OLE color: 9010720.

HSL color Cylindrical-coordinate representation of color #207E89: hue angle of 186.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #207E89 is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB32126137-
CMYK0.770.0800.46
HSL186.29º62.13%33.14%-
HSV(B)186.29º76.64%53.73%-
XYZ12.5717.0326.29-
YUV99.15149.3680.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.85%
GREEN value IS 126 (49.61% from 255) = 42.71%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=10.85%
G=42.71%
B=46.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal321261370.770.0800.46186.2962.1333.14
Hex207E894D802Eba3e21
Octal40176211115100562727641
Binary10000011111101000100110011011000010111010111010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207E89; }

 p { color: rgb(32,126,137); }

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

<style>
 a { background-color: #207E89; }

 a { background-color: rgb(32,126,137); }

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

<style>
 span { border-color: #207E89; }

 span { border-color: rgb(32,126,137); }

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