#17A0BD

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

Shades of Pelorous #17A0BD

Tints of Pelorous #17A0BD

Color information

#17A0BD (or 0x17A0BD) is unknown color: approx Pelorous. HEX triplet: 17, A0 and BD. RGB value is (23,160,189). Sum of RGB (Red+Green+Blue) = 23+160+189=372 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.18% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #17A0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A0BD is #E85F42. Grayscale: #7A7A7A. Windows color (decimal): -15228739 or 12427287. OLE color: 12427287.

HSL color Cylindrical-coordinate representation of color #17A0BD: hue angle of 190.48º 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 #17A0BD is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB23160189-
CMYK0.880.1500.26
HSL190.48º78.3%41.57%-
HSV(B)190.48º87.83%74.12%-
XYZ22.112952.58-
YUV122.34165.6157.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.18%
GREEN value IS 160 (62.89% from 255) = 43.01%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=6.18%
G=43.01%
B=50.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal231601890.880.1500.26190.4878.341.57
Hex17A0BD58F01Abe4e2a
Octal272402751301703227611652
Binary10111101000001011110110110001111011010101111101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17A0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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