Html Css Color HEX #13BDCB Iris Blue

📋 copy color: '#13BDCB'

red 19 ◦ green 189 ◦ blue 203

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

Shades of Iris Blue #13BDCB

Tints of Iris Blue #13BDCB

RGB

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

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

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

R = 4.62%
G = 45.99%
B = 49.39%

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

#13BDCB (or 0x13BDCB) is known color: Iris Blue. HEX triplet: 13, BD and CB. RGB value is (19,189,203). Sum of RGB (Red+Green+Blue) = 19+189+203=411 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.62% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #13BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BDCB is #EC4234. Grayscale: #8B8B8B. Windows color (decimal): -15483445 or 13352211. OLE color: 13352211.

HSL color Cylindrical-coordinate representation of color #13BDCB: hue angle of 184.57º 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 #13BDCB is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 189 203 -
CMYK 0.91 0.07 0 0.20
HSL 184.57º 0.83% 0.44% -
HSV(B) 184.57º 0.91% 0.8% -
XYZ 29.25 40.85 62.84 -
YUV 139.77 163.68 41.86 -
System Red Green Blue C M Y K H S L
Decimal 19 189 203 0.91 0.07 0 0.20 184.57 0.83 0.44
Hex 13 BD CB 5B 7 0 14 B9 53 2C
Octal 23 275 313 133 7 0 24 271 123 54
Binary 10011 10111101 11001011 1011011 111 0 10100 10111001 1010011 101100

Color Harmonies of #13BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BDCB

Black with #13BDCB

Text Example


Text Example

White with #13BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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