Html Css Color HEX #13B5CE Iris Blue

📋 copy color: '#13B5CE'

red 19 ◦ green 181 ◦ blue 206

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

Shades of Iris Blue #13B5CE

Tints of Iris Blue #13B5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 4.68%
G = 44.58%
B = 50.74%

CMYK

 C value IS 0.91

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#13B5CE (or 0x13B5CE) is known color: Iris Blue. HEX triplet: 13, B5 and CE. RGB value is (19,181,206). Sum of RGB (Red+Green+Blue) = 19+181+206=406 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.68% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #13B5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B5CE is #EC4A31. Grayscale: #878787. Windows color (decimal): -15485490 or 13546771. OLE color: 13546771.

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

Color convert

RGB 19 181 206 -
CMYK 0.91 0.12 0 0.19
HSL 188.02º 0.83% 0.44% -
HSV(B) 188.02º 0.91% 0.81% -
XYZ 27.93 37.64 64.19 -
YUV 135.41 167.83 44.97 -
System Red Green Blue C M Y K H S L
Decimal 19 181 206 0.91 0.12 0 0.19 188.02 0.83 0.44
Hex 13 B5 CE 5B C 0 13 BC 53 2C
Octal 23 265 316 133 14 0 23 274 123 54
Binary 10011 10110101 11001110 1011011 1100 0 10011 10111100 1010011 101100

Color Harmonies of #13B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B5CE

Black with #13B5CE

Text Example


Text Example

White with #13B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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