#17A2BD

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

Shades of Pelorous #17A2BD

Tints of Pelorous #17A2BD

Color information

#17A2BD (or 0x17A2BD) is unknown color: approx Pelorous. HEX triplet: 17, A2 and BD. RGB value is (23,162,189). Sum of RGB (Red+Green+Blue) = 23+162+189=374 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.15% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #17A2BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A2BD is #E85D42. Grayscale: #7B7B7B. Windows color (decimal): -15228227 or 12427799. OLE color: 12427799.

HSL color Cylindrical-coordinate representation of color #17A2BD: hue angle of 189.76º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17A2BD is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB23162189-
CMYK0.880.1400.26
HSL189.76º78.3%41.57%-
HSV(B)189.76º87.83%74.12%-
XYZ22.4629.752.69-
YUV123.52164.9556.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.15%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=6.15%
G=43.32%
B=50.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal231621890.880.1400.26189.7678.341.57
Hex17A2BD58E01Abe4e2a
Octal272422751301603227611652
Binary10111101000101011110110110001110011010101111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17A2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17A2BD; }

 p { color: rgb(23,162,189); }

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

<style>
 a { background-color: #17A2BD; }

 a { background-color: rgb(23,162,189); }

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

<style>
 span { border-color: #17A2BD; }

 span { border-color: rgb(23,162,189); }

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