#0DB2DF

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

Shades of Iris Blue #0DB2DF

Tints of Iris Blue #0DB2DF

Color information

#0DB2DF (or 0x0DB2DF) is unknown color: approx Iris Blue. HEX triplet: 0D, B2 and DF. RGB value is (13,178,223). Sum of RGB (Red+Green+Blue) = 13+178+223=414 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.14% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #0DB2DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DB2DF is #F24D20. Grayscale: #858585. Windows color (decimal): -15879457 or 14660109. OLE color: 14660109.

HSL color Cylindrical-coordinate representation of color #0DB2DF: hue angle of 192.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB2DF is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13178223-
CMYK0.940.2000.13
HSL192.86º88.98%46.27%-
HSV(B)192.86º94.17%87.45%-
XYZ29.4137.2575.45-
YUV133.79178.3441.84-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.14%
GREEN value IS 178 (69.92% from 255) = 43.00%
BLUE value IS 223 (87.5% from 255) = 53.86%
R=3.14%
G=43.00%
B=53.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal131782230.940.2000.13192.8688.9846.27
HexDB2DF5E140Dc1592e
Octal152623371362401530113156
Binary1101101100101101111110111101010001101110000011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DB2DF; }

 p { color: rgb(13,178,223); }

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

<style>
 a { background-color: #0DB2DF; }

 a { background-color: rgb(13,178,223); }

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

<style>
 span { border-color: #0DB2DF; }

 span { border-color: rgb(13,178,223); }

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