Html Css Color HEX #13B9CE Iris Blue

📋 copy color: '#13B9CE'

red 19 ◦ green 185 ◦ blue 206

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

Shades of Iris Blue #13B9CE

Tints of Iris Blue #13B9CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 4.63%
G = 45.12%
B = 50.24%

CMYK

 C value IS 0.91

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#13B9CE (or 0x13B9CE) is known color: Iris Blue. HEX triplet: 13, B9 and CE. RGB value is (19,185,206). Sum of RGB (Red+Green+Blue) = 19+185+206=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 185 (72.66% from 255 or 45.12% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #13B9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B9CE is #EC4631. Grayscale: #898989. Windows color (decimal): -15484466 or 13547795. OLE color: 13547795.

HSL color Cylindrical-coordinate representation of color #13B9CE: hue angle of 186.74º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B9CE is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 185 206 -
CMYK 0.91 0.10 0 0.19
HSL 186.74º 0.83% 0.44% -
HSV(B) 186.74º 0.91% 0.81% -
XYZ 28.76 39.29 64.46 -
YUV 137.76 166.5 43.29 -
System Red Green Blue C M Y K H S L
Decimal 19 185 206 0.91 0.10 0 0.19 186.74 0.83 0.44
Hex 13 B9 CE 5B A 0 13 BB 53 2C
Octal 23 271 316 133 12 0 23 273 123 54
Binary 10011 10111001 11001110 1011011 1010 0 10011 10111011 1010011 101100

Color Harmonies of #13B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B9CE

Black with #13B9CE

Text Example


Text Example

White with #13B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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