#13A7D7

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

Shades of Iris Blue #13A7D7

Tints of Iris Blue #13A7D7

Color information

#13A7D7 (or 0x13A7D7) is unknown color: approx Iris Blue. HEX triplet: 13, A7 and D7. RGB value is (19,167,215). Sum of RGB (Red+Green+Blue) = 19+167+215=401 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.74% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 215 (84.38% from 255 or 53.62% from 401); Max value from RGB is 215 - color contains mainly: blue. Hex color #13A7D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A7D7 is #EC5828. Grayscale: #7F7F7F. Windows color (decimal): -15489065 or 14133011. OLE color: 14133011.

HSL color Cylindrical-coordinate representation of color #13A7D7: hue angle of 194.69º 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 #13A7D7 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19167215-
CMYK0.910.2200.16
HSL194.69º83.76%45.88%-
HSV(B)194.69º91.16%84.31%-
XYZ26.3532.6869.21-
YUV128.22176.9750.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.74%
GREEN value IS 167 (65.62% from 255) = 41.65%
BLUE value IS 215 (84.38% from 255) = 53.62%
R=4.74%
G=41.65%
B=53.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191672150.910.2200.16194.6983.7645.88
Hex13A7D75B16010c3542e
Octal232473271332602030312456
Binary100111010011111010111101101110110010000110000111010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13A7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,167,215); }

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

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

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

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

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

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

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