Html Css Color HEX #13BFDD Iris Blue

📋 copy color: '#13BFDD'

red 19 ◦ green 191 ◦ blue 221

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

Shades of Iris Blue #13BFDD

Tints of Iris Blue #13BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 44.32%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 4.41%
G = 44.32%
B = 51.28%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13BFDD (or 0x13BFDD) is known color: Iris Blue. HEX triplet: 13, BF and DD. RGB value is (19,191,221). Sum of RGB (Red+Green+Blue) = 19+191+221=431 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.41% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #13BFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BFDD is #EC4022. Grayscale: #8E8E8E. Windows color (decimal): -15482915 or 14532371. OLE color: 14532371.

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

Color convert

RGB 19 191 221 -
CMYK 0.91 0.14 0 0.13
HSL 188.91º 0.84% 0.47% -
HSV(B) 188.91º 0.91% 0.87% -
XYZ 31.95 42.62 74.95 -
YUV 142.99 172.02 39.56 -
System Red Green Blue C M Y K H S L
Decimal 19 191 221 0.91 0.14 0 0.13 188.91 0.84 0.47
Hex 13 BF DD 5B E 0 D BD 54 2F
Octal 23 277 335 133 16 0 15 275 124 57
Binary 10011 10111111 11011101 1011011 1110 0 1101 10111101 1010100 101111

Color Harmonies of #13BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BFDD

Black with #13BFDD

Text Example


Text Example

White with #13BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,191,221); }

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

background-color css

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

 a { background-color: rgb(19,191,221); }

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

border-color css

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

 span { border-color: rgb(19,191,221); }

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