Html Css Color HEX #13B2C9 Iris Blue

📋 copy color: '#13B2C9'

red 19 ◦ green 178 ◦ blue 201

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

Shades of Iris Blue #13B2C9

Tints of Iris Blue #13B2C9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.72%

 BLUE value IS 201 (78.91% from 255) = 50.5%

R = 4.77%
G = 44.72%
B = 50.5%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#13B2C9 (or 0x13B2C9) is known color: Iris Blue. HEX triplet: 13, B2 and C9. RGB value is (19,178,201). Sum of RGB (Red+Green+Blue) = 19+178+201=398 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.77% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #13B2C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B2C9 is #EC4D36. Grayscale: #848484. Windows color (decimal): -15486263 or 13218323. OLE color: 13218323.

HSL color Cylindrical-coordinate representation of color #13B2C9: hue angle of 187.58º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B2C9 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 178 201 -
CMYK 0.91 0.11 0 0.21
HSL 187.58º 0.83% 0.43% -
HSV(B) 187.58º 0.91% 0.79% -
XYZ 26.73 36.2 60.84 -
YUV 133.08 166.32 46.63 -
System Red Green Blue C M Y K H S L
Decimal 19 178 201 0.91 0.11 0 0.21 187.58 0.83 0.43
Hex 13 B2 C9 5B B 0 15 BC 53 2B
Octal 23 262 311 133 13 0 25 274 123 53
Binary 10011 10110010 11001001 1011011 1011 0 10101 10111100 1010011 101011

Color Harmonies of #13B2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B2C9

Black with #13B2C9

Text Example


Text Example

White with #13B2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,178,201); }

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

background-color css

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

 a { background-color: rgb(19,178,201); }

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

border-color css

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

 span { border-color: rgb(19,178,201); }

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