#0DA8BF

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

Shades of Iris Blue #0DA8BF

Tints of Iris Blue #0DA8BF

Color information

#0DA8BF (or 0x0DA8BF) is unknown color: approx Iris Blue. HEX triplet: 0D, A8 and BF. RGB value is (13,168,191). Sum of RGB (Red+Green+Blue) = 13+168+191=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #0DA8BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0DA8BF is #F25740. Grayscale: #7C7C7C. Windows color (decimal): -15882049 or 12560397. OLE color: 12560397.

HSL color Cylindrical-coordinate representation of color #0DA8BF: hue angle of 187.75º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DA8BF is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13168191-
CMYK0.930.1200.25
HSL187.75º87.25%40%-
HSV(B)187.75º93.19%74.9%-
XYZ23.5731.8554.2-
YUV124.28165.6548.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.49%
GREEN value IS 168 (66.02% from 255) = 45.16%
BLUE value IS 191 (75% from 255) = 51.34%
R=3.49%
G=45.16%
B=51.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131681910.930.1200.25187.7587.2540
HexDA8BF5DC019bc5728
Octal152502771351403127412750
Binary1101101010001011111110111011100011001101111001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DA8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,168,191); }

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

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

 a { background-color: rgb(13,168,191); }

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

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

 span { border-color: rgb(13,168,191); }

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