#17C0CA

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

Shades of Iris Blue #17C0CA

Tints of Iris Blue #17C0CA

Color information

#17C0CA (or 0x17C0CA) is unknown color: approx Iris Blue. HEX triplet: 17, C0 and CA. RGB value is (23,192,202). Sum of RGB (Red+Green+Blue) = 23+192+202=417 (55% of max value = 765). Red value is 23 (9.38% from 255 or 5.52% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #17C0CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C0CA is #E83F35. Grayscale: #8E8E8E. Windows color (decimal): -15220534 or 13287447. OLE color: 13287447.

HSL color Cylindrical-coordinate representation of color #17C0CA: hue angle of 183.35º 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 #17C0CA is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB23192202-
CMYK0.890.0500.21
HSL183.35º79.56%44.12%-
HSV(B)183.35º88.61%79.22%-
XYZ29.8642.1562.44-
YUV142.61161.5142.69-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.52%
GREEN value IS 192 (75.39% from 255) = 46.04%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=5.52%
G=46.04%
B=48.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal231922020.890.0500.21183.3579.5644.12
Hex17C0CA595015b7502c
Octal27300312131502526712054
Binary1011111000000110010101011001101010101101101111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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