#17a6d6

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

Shades of Iris Blue #17A6D6

Tints of Iris Blue #17A6D6

Color information

#17A6D6 (or 0x17A6D6) is unknown color: approx Iris Blue. HEX triplet: 17, A6 and D6. RGB value is (23,166,214). Sum of RGB (Red+Green+Blue) = 23+166+214=403 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.71% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #17A6D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A6D6 is #E85929. Grayscale: #808080. Windows color (decimal): -15227178 or 14067223. OLE color: 14067223.

HSL color Cylindrical-coordinate representation of color #17A6D6: hue angle of 195.08º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17A6D6 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB23166214-
CMYK0.890.2200.16
HSL195.08º80.59%46.47%-
HSV(B)195.08º89.25%83.92%-
XYZ26.1332.3168.48-
YUV128.71176.1252.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.71%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 214 (83.98% from 255) = 53.10%
R=5.71%
G=41.19%
B=53.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal231662140.890.2200.16195.0880.5946.47
Hex17A6D65916010c3512e
Octal272463261312602030312156
Binary101111010011011010110101100110110010000110000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17a6d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,166,214); }

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

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

 a { background-color: rgb(23,166,214); }

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

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

 span { border-color: rgb(23,166,214); }

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