#13BCDD

Color #13BCDD Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #13BCDD

Tints of Iris Blue #13BCDD

Color information

#13BCDD (or 0x13BCDD) is unknown color: approx Iris Blue. HEX triplet: 13, BC and DD. RGB value is (19,188,221). Sum of RGB (Red+Green+Blue) = 19+188+221=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #13BCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BCDD is #EC4322. Grayscale: #8C8C8C. Windows color (decimal): -15483683 or 14531603. OLE color: 14531603.

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

Color convert

RGB19188221-
CMYK0.910.1500.13
HSL189.8º84.17%47.06%-
HSV(B)189.8º91.4%86.67%-
XYZ31.341.3374.73-
YUV141.23173.0140.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.44%
GREEN value IS 188 (73.83% from 255) = 43.93%
BLUE value IS 221 (86.72% from 255) = 51.64%
R=4.44%
G=43.93%
B=51.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191882210.910.1500.13189.884.1747.06
Hex13BCDD5BF0Dbe542f
Octal232743351331701527612457
Binary1001110111100110111011011011111101101101111101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13BCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,188,221); }

 H1.HeaderClassName
 {
   color: #13BCDD;
 }
 .AnyTagClassName
 {
   color: #13BCDD;
 }
</style>
background-color css

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

 a { background-color: rgb(19,188,221); }

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

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

 span { border-color: rgb(19,188,221); }

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