Html Css Color HEX #13BDCD Iris Blue

📋 copy color: '#13BDCD'

red 19 ◦ green 189 ◦ blue 205

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

Shades of Iris Blue #13BDCD

Tints of Iris Blue #13BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.76%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 4.6%
G = 45.76%
B = 49.64%

CMYK

 C value IS 0.91

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#13BDCD (or 0x13BDCD) is known color: Iris Blue. HEX triplet: 13, BD and CD. RGB value is (19,189,205). Sum of RGB (Red+Green+Blue) = 19+189+205=413 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.60% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #13BDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BDCD is #EC4232. Grayscale: #8B8B8B. Windows color (decimal): -15483443 or 13483283. OLE color: 13483283.

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

Color convert

RGB 19 189 205 -
CMYK 0.91 0.08 0 0.20
HSL 185.16º 0.83% 0.44% -
HSV(B) 185.16º 0.91% 0.8% -
XYZ 29.49 40.94 64.11 -
YUV 139.99 164.68 41.7 -
System Red Green Blue C M Y K H S L
Decimal 19 189 205 0.91 0.08 0 0.20 185.16 0.83 0.44
Hex 13 BD CD 5B 8 0 14 B9 53 2C
Octal 23 275 315 133 10 0 24 271 123 54
Binary 10011 10111101 11001101 1011011 1000 0 10100 10111001 1010011 101100

Color Harmonies of #13BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BDCD

Black with #13BDCD

Text Example


Text Example

White with #13BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,189,205); }

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

background-color css

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

 a { background-color: rgb(19,189,205); }

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

border-color css

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

 span { border-color: rgb(19,189,205); }

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