Html Css Color HEX #13BCD5 Iris Blue

📋 copy color: '#13BCD5'

red 19 ◦ green 188 ◦ blue 213

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

Shades of Iris Blue #13BCD5

Tints of Iris Blue #13BCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.71%

R = 4.52%
G = 44.76%
B = 50.71%

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

#13BCD5 (or 0x13BCD5) is known color: Iris Blue. HEX triplet: 13, BC and D5. RGB value is (19,188,213). Sum of RGB (Red+Green+Blue) = 19+188+213=420 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.52% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #13BCD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCD5 is #EC432A. Grayscale: #8C8C8C. Windows color (decimal): -15483691 or 14007315. OLE color: 14007315.

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

Color convert

RGB 19 188 213 -
CMYK 0.91 0.12 0 0.16
HSL 187.73º 0.84% 0.45% -
HSV(B) 187.73º 0.91% 0.84% -
XYZ 30.26 40.91 69.25 -
YUV 140.32 169.01 41.47 -
System Red Green Blue C M Y K H S L
Decimal 19 188 213 0.91 0.12 0 0.16 187.73 0.84 0.45
Hex 13 BC D5 5B C 0 10 BC 54 2D
Octal 23 274 325 133 14 0 20 274 124 55
Binary 10011 10111100 11010101 1011011 1100 0 10000 10111100 1010100 101101

Color Harmonies of #13BCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BCD5

Black with #13BCD5

Text Example


Text Example

White with #13BCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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