Html Css Color HEX #13B9DF Iris Blue

📋 copy color: '#13B9DF'

red 19 ◦ green 185 ◦ blue 223

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

Shades of Iris Blue #13B9DF

Tints of Iris Blue #13B9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.33%

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 4.45%
G = 43.33%
B = 52.22%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13B9DF (or 0x13B9DF) is known color: Iris Blue. HEX triplet: 13, B9 and DF. RGB value is (19,185,223). Sum of RGB (Red+Green+Blue) = 19+185+223=427 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.45% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #13B9DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B9DF is #EC4620. Grayscale: #8B8B8B. Windows color (decimal): -15484449 or 14661907. OLE color: 14661907.

HSL color Cylindrical-coordinate representation of color #13B9DF: hue angle of 191.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B9DF is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 185 223 -
CMYK 0.91 0.17 0 0.13
HSL 191.18º 0.84% 0.47% -
HSV(B) 191.18º 0.91% 0.87% -
XYZ 30.94 40.16 75.93 -
YUV 139.7 175 41.91 -
System Red Green Blue C M Y K H S L
Decimal 19 185 223 0.91 0.17 0 0.13 191.18 0.84 0.47
Hex 13 B9 DF 5B 11 0 D BF 54 2F
Octal 23 271 337 133 21 0 15 277 124 57
Binary 10011 10111001 11011111 1011011 10001 0 1101 10111111 1010100 101111

Color Harmonies of #13B9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B9DF

Black with #13B9DF

Text Example


Text Example

White with #13B9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,185,223); }

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

background-color css

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

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

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

border-color css

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

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

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