Html Css Color HEX #13BCCB Iris Blue

📋 copy color: '#13BCCB'

red 19 ◦ green 188 ◦ blue 203

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

Shades of Iris Blue #13BCCB

Tints of Iris Blue #13BCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 4.63%
G = 45.85%
B = 49.51%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#13BCCB (or 0x13BCCB) is known color: Iris Blue. HEX triplet: 13, BC and CB. RGB value is (19,188,203). Sum of RGB (Red+Green+Blue) = 19+188+203=410 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.63% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #13BCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCCB is #EC4334. Grayscale: #8A8A8A. Windows color (decimal): -15483701 or 13351955. OLE color: 13351955.

HSL color Cylindrical-coordinate representation of color #13BCCB: hue angle of 184.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13BCCB is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 188 203 -
CMYK 0.91 0.07 0 0.20
HSL 184.89º 0.83% 0.44% -
HSV(B) 184.89º 0.91% 0.8% -
XYZ 29.03 40.42 62.77 -
YUV 139.18 164.01 42.28 -
System Red Green Blue C M Y K H S L
Decimal 19 188 203 0.91 0.07 0 0.20 184.89 0.83 0.44
Hex 13 BC CB 5B 7 0 14 B9 53 2C
Octal 23 274 313 133 7 0 24 271 123 54
Binary 10011 10111100 11001011 1011011 111 0 10100 10111001 1010011 101100

Color Harmonies of #13BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BCCB

Black with #13BCCB

Text Example


Text Example

White with #13BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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