Html Css Color HEX #13B1DE Iris Blue

📋 copy color: '#13B1DE'

red 19 ◦ green 177 ◦ blue 222

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

Shades of Iris Blue #13B1DE

Tints of Iris Blue #13B1DE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

 BLUE value IS 222 (87.11% from 255) = 53.11%

R = 4.55%
G = 42.34%
B = 53.11%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13B1DE (or 0x13B1DE) is known color: Iris Blue. HEX triplet: 13, B1 and DE. RGB value is (19,177,222). Sum of RGB (Red+Green+Blue) = 19+177+222=418 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.55% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #13B1DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B1DE is #EC4E21. Grayscale: #868686. Windows color (decimal): -15486498 or 14594323. OLE color: 14594323.

HSL color Cylindrical-coordinate representation of color #13B1DE: hue angle of 193.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B1DE is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 177 222 -
CMYK 0.91 0.20 0 0.13
HSL 193.3º 0.84% 0.47% -
HSV(B) 193.3º 0.91% 0.87% -
XYZ 29.18 36.86 74.68 -
YUV 134.89 177.15 45.34 -
System Red Green Blue C M Y K H S L
Decimal 19 177 222 0.91 0.20 0 0.13 193.3 0.84 0.47
Hex 13 B1 DE 5B 14 0 D C1 54 2F
Octal 23 261 336 133 24 0 15 301 124 57
Binary 10011 10110001 11011110 1011011 10100 0 1101 11000001 1010100 101111

Color Harmonies of #13B1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B1DE

Black with #13B1DE

Text Example


Text Example

White with #13B1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,177,222); }

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

background-color css

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

 a { background-color: rgb(19,177,222); }

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

border-color css

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

 span { border-color: rgb(19,177,222); }

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