#17C0D6

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

Shades of Iris Blue #17C0D6

Tints of Iris Blue #17C0D6

Color information

#17C0D6 (or 0x17C0D6) is unknown color: approx Iris Blue. HEX triplet: 17, C0 and D6. RGB value is (23,192,214). Sum of RGB (Red+Green+Blue) = 23+192+214=429 (56% of max value = 765). Red value is 23 (9.38% from 255 or 5.36% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #17C0D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17C0D6 is #E83F29. Grayscale: #8F8F8F. Windows color (decimal): -15220522 or 14073879. OLE color: 14073879.

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

Color convert

RGB23192214-
CMYK0.890.1000.16
HSL186.91º80.59%46.47%-
HSV(B)186.91º89.25%83.92%-
XYZ31.3442.7470.22-
YUV143.98167.5141.71-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.36%
GREEN value IS 192 (75.39% from 255) = 44.76%
BLUE value IS 214 (83.98% from 255) = 49.88%
R=5.36%
G=44.76%
B=49.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal231922140.890.1000.16186.9180.5946.47
Hex17C0D659A010bb512e
Octal273003261311202027312156
Binary10111110000001101011010110011010010000101110111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17C0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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