#17BACB

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

Shades of Iris Blue #17BACB

Tints of Iris Blue #17BACB

Color information

#17BACB (or 0x17BACB) is unknown color: approx Iris Blue. HEX triplet: 17, BA and CB. RGB value is (23,186,203). Sum of RGB (Red+Green+Blue) = 23+186+203=412 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.58% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #17BACB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BACB is #E84534. Grayscale: #8A8A8A. Windows color (decimal): -15222069 or 13351447. OLE color: 13351447.

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

Color convert

RGB23186203-
CMYK0.890.0800.20
HSL185.67º79.65%44.31%-
HSV(B)185.67º88.67%79.61%-
XYZ28.6939.6162.63-
YUV139.216445.12-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.58%
GREEN value IS 186 (73.05% from 255) = 45.15%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=5.58%
G=45.15%
B=49.27%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal231862030.890.0800.20185.6779.6544.31
Hex17BACB598014ba502c
Octal272723131311002427212054
Binary10111101110101100101110110011000010100101110101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,186,203); }

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

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

 a { background-color: rgb(23,186,203); }

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

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

 span { border-color: rgb(23,186,203); }

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