Html Css Color HEX #13C0BC Iris Blue

📋 copy color: '#13C0BC'

red 19 ◦ green 192 ◦ blue 188

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

Shades of Iris Blue #13C0BC

Tints of Iris Blue #13C0BC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 4.76%
G = 48.12%
B = 47.12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#13C0BC (or 0x13C0BC) is known color: Iris Blue. HEX triplet: 13, C0 and BC. RGB value is (19,192,188). Sum of RGB (Red+Green+Blue) = 19+192+188=399 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.76% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #13C0BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13C0BC is #EC3F43. Grayscale: #8B8B8B. Windows color (decimal): -15482692 or 12369939. OLE color: 12369939.

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

Color convert

RGB 19 192 188 -
CMYK 0.90 0 0.02 0.25
HSL 178.61º 0.82% 0.41% -
HSV(B) 178.61º 0.9% 0.75% -
XYZ 28.2 41.47 54.1 -
YUV 139.82 155.19 41.83 -
System Red Green Blue C M Y K H S L
Decimal 19 192 188 0.90 0 0.02 0.25 178.61 0.82 0.41
Hex 13 C0 BC 5A 0 2 19 B3 52 29
Octal 23 300 274 132 0 2 31 263 122 51
Binary 10011 11000000 10111100 1011010 0 10 11001 10110011 1010010 101001

Color Harmonies of #13C0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C0BC

Black with #13C0BC

Text Example


Text Example

White with #13C0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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