#2086BB

Color #2086BB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2086BB

Tints of Pelorous #2086BB

Color information

#2086BB (or 0x2086BB) is unknown color: approx Pelorous. HEX triplet: 20, 86 and BB. RGB value is (32,134,187). Sum of RGB (Red+Green+Blue) = 32+134+187=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #2086BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2086BB is #DF7944. Grayscale: #6D6D6D. Windows color (decimal): -14645573 or 12289568. OLE color: 12289568.

HSL color Cylindrical-coordinate representation of color #2086BB: hue angle of 200.52º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2086BB is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB32134187-
CMYK0.830.2800.27
HSL200.52º70.78%42.94%-
HSV(B)200.52º82.89%73.33%-
XYZ18.0920.9550.1-
YUV109.54171.7172.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.07%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 187 (73.44% from 255) = 52.97%
R=9.07%
G=37.96%
B=52.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal321341870.830.2800.27200.5270.7842.94
Hex2086BB531C01Bc9472b
Octal402062731233403331110753
Binary1000001000011010111011101001111100011011110010011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2086BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2086BB; }

 p { color: rgb(32,134,187); }

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

<style>
 a { background-color: #2086BB; }

 a { background-color: rgb(32,134,187); }

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

<style>
 span { border-color: #2086BB; }

 span { border-color: rgb(32,134,187); }

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