#0DB5D8

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

Shades of Iris Blue #0DB5D8

Tints of Iris Blue #0DB5D8

Color information

#0DB5D8 (or 0x0DB5D8) is unknown color: approx Iris Blue. HEX triplet: 0D, B5 and D8. RGB value is (13,181,216). Sum of RGB (Red+Green+Blue) = 13+181+216=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 181 (71.09% from 255 or 44.15% from 410); Blue value is 216 (84.77% from 255 or 52.68% from 410); Max value from RGB is 216 - color contains mainly: blue. Hex color #0DB5D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB5D8 is #F24A27. Grayscale: #868686. Windows color (decimal): -15878696 or 14202125. OLE color: 14202125.

HSL color Cylindrical-coordinate representation of color #0DB5D8: hue angle of 190.34º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DB5D8 is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13181216-
CMYK0.940.1600.15
HSL190.34º88.65%44.9%-
HSV(B)190.34º93.98%84.71%-
XYZ29.0838.0970.79-
YUV134.76173.8441.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.17%
GREEN value IS 181 (71.09% from 255) = 44.15%
BLUE value IS 216 (84.77% from 255) = 52.68%
R=3.17%
G=44.15%
B=52.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal131812160.940.1600.15190.3488.6544.9
HexDB5D85E100Fbe592d
Octal152653301362001727613155
Binary1101101101011101100010111101000001111101111101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,181,216); }

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

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

 a { background-color: rgb(13,181,216); }

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

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

 span { border-color: rgb(13,181,216); }

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