#0DC0B8

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

Shades of Iris Blue #0DC0B8

Tints of Iris Blue #0DC0B8

Color information

#0DC0B8 (or 0x0DC0B8) is unknown color: approx Iris Blue. HEX triplet: 0D, C0 and B8. RGB value is (13,192,184). Sum of RGB (Red+Green+Blue) = 13+192+184=389 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.34% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC0B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DC0B8 is #F23F47. Grayscale: #898989. Windows color (decimal): -15875912 or 12107789. OLE color: 12107789.

HSL color Cylindrical-coordinate representation of color #0DC0B8: hue angle of 177.32º 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 #0DC0B8 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB13192184-
CMYK0.9300.040.25
HSL177.32º87.32%40.2%-
HSV(B)177.32º93.23%75.29%-
XYZ27.6741.2551.85-
YUV137.57154.239.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.34%
GREEN value IS 192 (75.39% from 255) = 49.36%
BLUE value IS 184 (72.27% from 255) = 47.30%
R=3.34%
G=49.36%
B=47.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131921840.9300.040.25177.3287.3240.2
HexDC0B85D0419b15728
Octal15300270135043126112750
Binary110111000000101110001011101010011001101100011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,192,184); }

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

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

 a { background-color: rgb(13,192,184); }

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

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

 span { border-color: rgb(13,192,184); }

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