Html Css Color HEX #13B6DF Iris Blue

📋 copy color: '#13B6DF'

red 19 ◦ green 182 ◦ blue 223

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

Shades of Iris Blue #13B6DF

Tints of Iris Blue #13B6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 4.48%
G = 42.92%
B = 52.59%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#13B6DF (or 0x13B6DF) is known color: Iris Blue. HEX triplet: 13, B6 and DF. RGB value is (19,182,223). Sum of RGB (Red+Green+Blue) = 19+182+223=424 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.48% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #13B6DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B6DF is #EC4920. Grayscale: #898989. Windows color (decimal): -15485217 or 14661139. OLE color: 14661139.

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

Color convert

RGB 19 182 223 -
CMYK 0.91 0.18 0 0.13
HSL 192.06º 0.84% 0.47% -
HSV(B) 192.06º 0.91% 0.87% -
XYZ 30.32 38.92 75.73 -
YUV 137.94 176 43.17 -
System Red Green Blue C M Y K H S L
Decimal 19 182 223 0.91 0.18 0 0.13 192.06 0.84 0.47
Hex 13 B6 DF 5B 12 0 D C0 54 2F
Octal 23 266 337 133 22 0 15 300 124 57
Binary 10011 10110110 11011111 1011011 10010 0 1101 11000000 1010100 101111

Color Harmonies of #13B6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B6DF

Black with #13B6DF

Text Example


Text Example

White with #13B6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,182,223); }

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

background-color css

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

 a { background-color: rgb(19,182,223); }

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

border-color css

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

 span { border-color: rgb(19,182,223); }

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