#0DB5B9

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

Shades of Iris Blue #0DB5B9

Tints of Iris Blue #0DB5B9

Color information

#0DB5B9 (or 0x0DB5B9) is unknown color: approx Iris Blue. HEX triplet: 0D, B5 and B9. RGB value is (13,181,185). Sum of RGB (Red+Green+Blue) = 13+181+185=379 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.43% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 185 (72.66% from 255 or 48.81% from 379); Max value from RGB is 185 - color contains mainly: blue. Hex color #0DB5B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DB5B9 is #F24A46. Grayscale: #838383. Windows color (decimal): -15878727 or 12170509. OLE color: 12170509.

HSL color Cylindrical-coordinate representation of color #0DB5B9: hue angle of 181.4º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB5B9 is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13181185-
CMYK0.930.0200.27
HSL181.4º86.87%38.82%-
HSV(B)181.4º92.97%72.55%-
XYZ25.4536.6451.63-
YUV131.22158.3443.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.43%
GREEN value IS 181 (71.09% from 255) = 47.76%
BLUE value IS 185 (72.66% from 255) = 48.81%
R=3.43%
G=47.76%
B=48.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131811850.930.0200.27181.486.8738.82
HexDB5B95D201Bb55727
Octal15265271135203326512747
Binary11011011010110111001101110110011011101101011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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