Html Css Color HEX #13BDDA Iris Blue

📋 copy color: '#13BDDA'

red 19 ◦ green 189 ◦ blue 218

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

Shades of Iris Blue #13BDDA

Tints of Iris Blue #13BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 4.46%
G = 44.37%
B = 51.17%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#13BDDA (or 0x13BDDA) is known color: Iris Blue. HEX triplet: 13, BD and DA. RGB value is (19,189,218). Sum of RGB (Red+Green+Blue) = 19+189+218=426 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.46% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #13BDDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BDDA is #EC4225. Grayscale: #8D8D8D. Windows color (decimal): -15483430 or 14335251. OLE color: 14335251.

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

Color convert

RGB 19 189 218 -
CMYK 0.91 0.13 0 0.15
HSL 188.74º 0.84% 0.46% -
HSV(B) 188.74º 0.91% 0.85% -
XYZ 31.12 41.6 72.72 -
YUV 141.48 171.18 40.64 -
System Red Green Blue C M Y K H S L
Decimal 19 189 218 0.91 0.13 0 0.15 188.74 0.84 0.46
Hex 13 BD DA 5B D 0 F BD 54 2E
Octal 23 275 332 133 15 0 17 275 124 56
Binary 10011 10111101 11011010 1011011 1101 0 1111 10111101 1010100 101110

Color Harmonies of #13BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BDDA

Black with #13BDDA

Text Example


Text Example

White with #13BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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