Html Css Color HEX #13B5D0 Iris Blue

📋 copy color: '#13B5D0'

red 19 ◦ green 181 ◦ blue 208

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

Shades of Iris Blue #13B5D0

Tints of Iris Blue #13B5D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.98%

R = 4.66%
G = 44.36%
B = 50.98%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#13B5D0 (or 0x13B5D0) is known color: Iris Blue. HEX triplet: 13, B5 and D0. RGB value is (19,181,208). Sum of RGB (Red+Green+Blue) = 19+181+208=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #13B5D0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13B5D0 is #EC4A2F. Grayscale: #878787. Windows color (decimal): -15485488 or 13677843. OLE color: 13677843.

HSL color Cylindrical-coordinate representation of color #13B5D0: hue angle of 188.57º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13B5D0 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 181 208 -
CMYK 0.91 0.13 0 0.18
HSL 188.57º 0.83% 0.45% -
HSV(B) 188.57º 0.91% 0.82% -
XYZ 28.18 37.74 65.47 -
YUV 135.64 168.83 44.8 -
System Red Green Blue C M Y K H S L
Decimal 19 181 208 0.91 0.13 0 0.18 188.57 0.83 0.45
Hex 13 B5 D0 5B D 0 12 BD 53 2D
Octal 23 265 320 133 15 0 22 275 123 55
Binary 10011 10110101 11010000 1011011 1101 0 10010 10111101 1010011 101101

Color Harmonies of #13B5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B5D0

Black with #13B5D0

Text Example


Text Example

White with #13B5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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