#13BBBB

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

Shades of Iris Blue #13BBBB

Tints of Iris Blue #13BBBB

Color information

#13BBBB (or 0x13BBBB) is unknown color: approx Iris Blue. HEX triplet: 13, BB and BB. RGB value is (19,187,187). Sum of RGB (Red+Green+Blue) = 19+187+187=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #13BBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BBBB is #EC4444. Grayscale: #888888. Windows color (decimal): -15483973 or 12303123. OLE color: 12303123.

HSL color Cylindrical-coordinate representation of color #13BBBB: hue angle of 180º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BBBB is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB19187187-
CMYK0.90000.27
HSL180º81.55%40.39%-
HSV(B)180º89.84%73.33%-
XYZ27.0139.2753.17-
YUV136.77156.3444-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.83%
GREEN value IS 187 (73.44% from 255) = 47.58%
BLUE value IS 187 (73.44% from 255) = 47.58%
R=4.83%
G=47.58%
B=47.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal191871870.90000.2718081.5540.39
Hex13BBBB5A001Bb45228
Octal23273273132003326412250
Binary10011101110111011101110110100011011101101001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13BBBB; }

 p { color: rgb(19,187,187); }

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

<style>
 a { background-color: #13BBBB; }

 a { background-color: rgb(19,187,187); }

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

<style>
 span { border-color: #13BBBB; }

 span { border-color: rgb(19,187,187); }

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