Html Css Color HEX #13B2D0 Iris Blue

📋 copy color: '#13B2D0'

red 19 ◦ green 178 ◦ blue 208

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

Shades of Iris Blue #13B2D0

Tints of Iris Blue #13B2D0

RGB

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

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

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

R = 4.69%
G = 43.95%
B = 51.36%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#13B2D0 (or 0x13B2D0) is known color: Iris Blue. HEX triplet: 13, B2 and D0. RGB value is (19,178,208). Sum of RGB (Red+Green+Blue) = 19+178+208=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #13B2D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B2D0 is #EC4D2F. Grayscale: #858585. Windows color (decimal): -15486256 or 13677075. OLE color: 13677075.

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

Color convert

RGB 19 178 208 -
CMYK 0.91 0.14 0 0.18
HSL 189.52º 0.83% 0.45% -
HSV(B) 189.52º 0.91% 0.82% -
XYZ 27.57 36.53 65.27 -
YUV 133.88 169.82 46.06 -
System Red Green Blue C M Y K H S L
Decimal 19 178 208 0.91 0.14 0 0.18 189.52 0.83 0.45
Hex 13 B2 D0 5B E 0 12 BE 53 2D
Octal 23 262 320 133 16 0 22 276 123 55
Binary 10011 10110010 11010000 1011011 1110 0 10010 10111110 1010011 101101

Color Harmonies of #13B2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B2D0

Black with #13B2D0

Text Example


Text Example

White with #13B2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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