#13B8D6

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

Shades of Iris Blue #13B8D6

Tints of Iris Blue #13B8D6

Color information

#13B8D6 (or 0x13B8D6) is unknown color: approx Iris Blue. HEX triplet: 13, B8 and D6. RGB value is (19,184,214). Sum of RGB (Red+Green+Blue) = 19+184+214=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #13B8D6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B8D6 is #EC4729. Grayscale: #898989. Windows color (decimal): -15484714 or 14071827. OLE color: 14071827.

HSL color Cylindrical-coordinate representation of color #13B8D6: hue angle of 189.23º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B8D6 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19184214-
CMYK0.910.1400.16
HSL189.23º83.69%45.69%-
HSV(B)189.23º91.12%83.92%-
XYZ29.5539.2769.64-
YUV138.08170.8443.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.56%
GREEN value IS 184 (72.27% from 255) = 44.12%
BLUE value IS 214 (83.98% from 255) = 51.32%
R=4.56%
G=44.12%
B=51.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191842140.910.1400.16189.2383.6945.69
Hex13B8D65BE010bd542e
Octal232703261331602027512456
Binary10011101110001101011010110111110010000101111011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,184,214); }

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

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

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

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

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

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

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