#17AFC1

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

Shades of Iris Blue #17AFC1

Tints of Iris Blue #17AFC1

Color information

#17AFC1 (or 0x17AFC1) is unknown color: approx Iris Blue. HEX triplet: 17, AF and C1. RGB value is (23,175,193). Sum of RGB (Red+Green+Blue) = 23+175+193=391 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.88% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 193 - color contains mainly: blue. Hex color #17AFC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17AFC1 is #E8503E. Grayscale: #838383. Windows color (decimal): -15224895 or 12693271. OLE color: 12693271.

HSL color Cylindrical-coordinate representation of color #17AFC1: hue angle of 186.35º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17AFC1 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB23175193-
CMYK0.880.0900.24
HSL186.35º78.7%42.35%-
HSV(B)186.35º88.08%75.69%-
XYZ25.3134.6955.81-
YUV131.6162.6450.54-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.88%
GREEN value IS 175 (68.75% from 255) = 44.76%
BLUE value IS 193 (75.78% from 255) = 49.36%
R=5.88%
G=44.76%
B=49.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal231751930.880.0900.24186.3578.742.35
Hex17AFC1589018ba4f2a
Octal272573011301103027211752
Binary10111101011111100000110110001001011000101110101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17AFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,175,193); }

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

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

 a { background-color: rgb(23,175,193); }

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

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

 span { border-color: rgb(23,175,193); }

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