Html Css Color HEX #13A8D7 Iris Blue

📋 copy color: '#13A8D7'

red 19 ◦ green 168 ◦ blue 215

#13A8D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #13A8D7

Tints of Iris Blue #13A8D7

RGB

 RED value IS 19 (7.81% from 255) = 4.73%

 GREEN value IS 168 (66.02% from 255) = 41.79%

 BLUE value IS 215 (84.38% from 255) = 53.48%

R = 4.73%
G = 41.79%
B = 53.48%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#13A8D7 (or 0x13A8D7) is known color: Iris Blue. HEX triplet: 13, A8 and D7. RGB value is (19,168,215). Sum of RGB (Red+Green+Blue) = 19+168+215=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #13A8D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13A8D7 is #EC5728. Grayscale: #808080. Windows color (decimal): -15488809 or 14133267. OLE color: 14133267.

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

Color convert

RGB 19 168 215 -
CMYK 0.91 0.22 0 0.16
HSL 194.39º 0.84% 0.46% -
HSV(B) 194.39º 0.91% 0.84% -
XYZ 26.54 33.05 69.27 -
YUV 128.81 176.64 49.68 -
System Red Green Blue C M Y K H S L
Decimal 19 168 215 0.91 0.22 0 0.16 194.39 0.84 0.46
Hex 13 A8 D7 5B 16 0 10 C2 54 2E
Octal 23 250 327 133 26 0 20 302 124 56
Binary 10011 10101000 11010111 1011011 10110 0 10000 11000010 1010100 101110

Color Harmonies of #13A8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A8D7

Black with #13A8D7

Text Example


Text Example

White with #13A8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13A8D7;
 }
 .AnyTagClassName
 {
   color: #13A8D7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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