Html Css Color HEX #13BCBD Iris Blue

📋 copy color: '#13BCBD'

red 19 ◦ green 188 ◦ blue 189

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

Shades of Iris Blue #13BCBD

Tints of Iris Blue #13BCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.47%

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 4.8%
G = 47.47%
B = 47.73%

CMYK

 C value IS 0.90

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#13BCBD (or 0x13BCBD) is known color: Iris Blue. HEX triplet: 13, BC and BD. RGB value is (19,188,189). Sum of RGB (Red+Green+Blue) = 19+188+189=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #13BCBD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCBD is #EC4342. Grayscale: #898989. Windows color (decimal): -15483715 or 12434451. OLE color: 12434451.

HSL color Cylindrical-coordinate representation of color #13BCBD: hue angle of 180.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BCBD is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 188 189 -
CMYK 0.90 0.01 0 0.26
HSL 180.35º 0.82% 0.41% -
HSV(B) 180.35º 0.9% 0.74% -
XYZ 27.44 39.78 54.38 -
YUV 137.58 157.01 43.42 -
System Red Green Blue C M Y K H S L
Decimal 19 188 189 0.90 0.01 0 0.26 180.35 0.82 0.41
Hex 13 BC BD 5A 1 0 1A B4 52 29
Octal 23 274 275 132 1 0 32 264 122 51
Binary 10011 10111100 10111101 1011010 1 0 11010 10110100 1010010 101001

Color Harmonies of #13BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BCBD

Black with #13BCBD

Text Example


Text Example

White with #13BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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