#0DBCBE

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

Shades of Iris Blue #0DBCBE

Tints of Iris Blue #0DBCBE

Color information

#0DBCBE (or 0x0DBCBE) is unknown color: approx Iris Blue. HEX triplet: 0D, BC and BE. RGB value is (13,188,190). Sum of RGB (Red+Green+Blue) = 13+188+190=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #0DBCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBCBE is #F24341. Grayscale: #878787. Windows color (decimal): -15876930 or 12499981. OLE color: 12499981.

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

Color convert

RGB13188190-
CMYK0.930.0100.25
HSL180.68º87.19%39.8%-
HSV(B)180.68º93.16%74.51%-
XYZ27.4439.7754.95-
YUV135.9158.5240.34-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.32%
GREEN value IS 188 (73.83% from 255) = 48.08%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=3.32%
G=48.08%
B=48.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131881900.930.0100.25180.6887.1939.8
HexDBCBE5D1019b55728
Octal15274276135103126512750
Binary1101101111001011111010111011011001101101011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,188,190); }

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

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

 a { background-color: rgb(13,188,190); }

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

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

 span { border-color: rgb(13,188,190); }

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