Html Css Color HEX #13BDD7 Iris Blue

📋 copy color: '#13BDD7'

red 19 ◦ green 189 ◦ blue 215

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

Shades of Iris Blue #13BDD7

Tints of Iris Blue #13BDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.83%

R = 4.49%
G = 44.68%
B = 50.83%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#13BDD7 (or 0x13BDD7) is known color: Iris Blue. HEX triplet: 13, BD and D7. RGB value is (19,189,215). Sum of RGB (Red+Green+Blue) = 19+189+215=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #13BDD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BDD7 is #EC4228. Grayscale: #8C8C8C. Windows color (decimal): -15483433 or 14138643. OLE color: 14138643.

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

Color convert

RGB 19 189 215 -
CMYK 0.91 0.12 0 0.16
HSL 187.96º 0.84% 0.46% -
HSV(B) 187.96º 0.91% 0.84% -
XYZ 30.73 41.44 70.67 -
YUV 141.13 169.68 40.89 -
System Red Green Blue C M Y K H S L
Decimal 19 189 215 0.91 0.12 0 0.16 187.96 0.84 0.46
Hex 13 BD D7 5B C 0 10 BC 54 2E
Octal 23 275 327 133 14 0 20 274 124 56
Binary 10011 10111101 11010111 1011011 1100 0 10000 10111100 1010100 101110

Color Harmonies of #13BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BDD7

Black with #13BDD7

Text Example


Text Example

White with #13BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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