Html Css Color HEX #13BDDB Iris Blue

📋 copy color: '#13BDDB'

red 19 ◦ green 189 ◦ blue 219

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

Shades of Iris Blue #13BDDB

Tints of Iris Blue #13BDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 4.45%
G = 44.26%
B = 51.29%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#13BDDB (or 0x13BDDB) is known color: Iris Blue. HEX triplet: 13, BD and DB. RGB value is (19,189,219). Sum of RGB (Red+Green+Blue) = 19+189+219=427 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.45% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #13BDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BDDB is #EC4224. Grayscale: #8D8D8D. Windows color (decimal): -15483429 or 14400787. OLE color: 14400787.

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

Color convert

RGB 19 189 219 -
CMYK 0.91 0.14 0 0.14
HSL 189º 0.84% 0.47% -
HSV(B) 189º 0.91% 0.86% -
XYZ 31.25 41.65 73.41 -
YUV 141.59 171.68 40.56 -
System Red Green Blue C M Y K H S L
Decimal 19 189 219 0.91 0.14 0 0.14 189 0.84 0.47
Hex 13 BD DB 5B E 0 E BD 54 2F
Octal 23 275 333 133 16 0 16 275 124 57
Binary 10011 10111101 11011011 1011011 1110 0 1110 10111101 1010100 101111

Color Harmonies of #13BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BDDB

Black with #13BDDB

Text Example


Text Example

White with #13BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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