Html Css Color HEX #13B5CB Iris Blue

📋 copy color: '#13B5CB'

red 19 ◦ green 181 ◦ blue 203

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

Shades of Iris Blue #13B5CB

Tints of Iris Blue #13B5CB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.91%

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

R = 4.71%
G = 44.91%
B = 50.37%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#13B5CB (or 0x13B5CB) is known color: Iris Blue. HEX triplet: 13, B5 and CB. RGB value is (19,181,203). Sum of RGB (Red+Green+Blue) = 19+181+203=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #13B5CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B5CB is #EC4A34. Grayscale: #868686. Windows color (decimal): -15485493 or 13350163. OLE color: 13350163.

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

Color convert

RGB 19 181 203 -
CMYK 0.91 0.11 0 0.20
HSL 187.17º 0.83% 0.44% -
HSV(B) 187.17º 0.91% 0.8% -
XYZ 27.57 37.5 62.28 -
YUV 135.07 166.33 45.21 -
System Red Green Blue C M Y K H S L
Decimal 19 181 203 0.91 0.11 0 0.20 187.17 0.83 0.44
Hex 13 B5 CB 5B B 0 14 BB 53 2C
Octal 23 265 313 133 13 0 24 273 123 54
Binary 10011 10110101 11001011 1011011 1011 0 10100 10111011 1010011 101100

Color Harmonies of #13B5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B5CB

Black with #13B5CB

Text Example


Text Example

White with #13B5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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