#17BDCB

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

Shades of Iris Blue #17BDCB

Tints of Iris Blue #17BDCB

Color information

#17BDCB (or 0x17BDCB) is unknown color: approx Iris Blue. HEX triplet: 17, BD and CB. RGB value is (23,189,203). Sum of RGB (Red+Green+Blue) = 23+189+203=415 (54% of max value = 765). Red value is 23 (9.38% from 255 or 5.54% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #17BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17BDCB is #E84234. Grayscale: #8C8C8C. Windows color (decimal): -15221301 or 13352215. OLE color: 13352215.

HSL color Cylindrical-coordinate representation of color #17BDCB: hue angle of 184.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 #17BDCB is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB23189203-
CMYK0.890.0700.20
HSL184.67º79.65%44.31%-
HSV(B)184.67º88.67%79.61%-
XYZ29.3340.8962.85-
YUV140.9616343.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 5.54%
GREEN value IS 189 (74.22% from 255) = 45.54%
BLUE value IS 203 (79.69% from 255) = 48.92%
R=5.54%
G=45.54%
B=48.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal231892030.890.0700.20184.6779.6544.31
Hex17BDCB597014b9502c
Octal27275313131702427112054
Binary1011110111101110010111011001111010100101110011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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