#207B88

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

Shades of Atoll #207B88

Tints of Atoll #207B88

Color information

#207B88 (or 0x207B88) is unknown color: approx Atoll. HEX triplet: 20, 7B and 88. RGB value is (32,123,136). Sum of RGB (Red+Green+Blue) = 32+123+136=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #207B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207B88 is #DF8477. Grayscale: #616161. Windows color (decimal): -14648440 or 8944416. OLE color: 8944416.

HSL color Cylindrical-coordinate representation of color #207B88: hue angle of 187.5º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #207B88 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB32123136-
CMYK0.760.1000.47
HSL187.5º61.9%32.94%-
HSV(B)187.5º76.47%53.33%-
XYZ12.1216.2525.79-
YUV97.27149.8581.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.00%
GREEN value IS 123 (48.44% from 255) = 42.27%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=11.00%
G=42.27%
B=46.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal321231360.760.1000.47187.561.932.94
Hex207B884CA02Fbc3e21
Octal40173210114120572747641
Binary10000011110111000100010011001010010111110111100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,123,136); }

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

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

 a { background-color: rgb(32,123,136); }

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

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

 span { border-color: rgb(32,123,136); }

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