#17C1CA

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

Shades of Iris Blue #17C1CA

Tints of Iris Blue #17C1CA

Color information

#17C1CA (or 0x17C1CA) is unknown color: approx Iris Blue. HEX triplet: 17, C1 and CA. RGB value is (23,193,202). Sum of RGB (Red+Green+Blue) = 23+193+202=418 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.50% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #17C1CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C1CA is #E83E35. Grayscale: #8E8E8E. Windows color (decimal): -15220278 or 13287703. OLE color: 13287703.

HSL color Cylindrical-coordinate representation of color #17C1CA: hue angle of 183.02º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17C1CA is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB23193202-
CMYK0.890.0400.21
HSL183.02º79.56%44.12%-
HSV(B)183.02º88.61%79.22%-
XYZ30.0842.5962.51-
YUV143.2161.1842.27-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.50%
GREEN value IS 193 (75.78% from 255) = 46.17%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=5.50%
G=46.17%
B=48.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal231932020.890.0400.21183.0279.5644.12
Hex17C1CA594015b7502c
Octal27301312131402526712054
Binary1011111000001110010101011001100010101101101111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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