#0DBECC

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

Shades of Iris Blue #0DBECC

Tints of Iris Blue #0DBECC

Color information

#0DBECC (or 0x0DBECC) is unknown color: approx Iris Blue. HEX triplet: 0D, BE and CC. RGB value is (13,190,204). Sum of RGB (Red+Green+Blue) = 13+190+204=407 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #0DBECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0DBECC is #F24133. Grayscale: #8A8A8A. Windows color (decimal): -15876404 or 13417997. OLE color: 13417997.

HSL color Cylindrical-coordinate representation of color #0DBECC: hue angle of 184.4º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DBECC is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13190204-
CMYK0.940.0700.2
HSL184.4º88.02%42.55%-
HSV(B)184.4º93.63%80%-
XYZ29.4841.2763.54-
YUV138.67164.8638.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.19%
GREEN value IS 190 (74.61% from 255) = 46.68%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=3.19%
G=46.68%
B=50.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal131902040.940.0700.2184.488.0242.55
HexDBECC5E7014b8582b
Octal15276314136702427013053
Binary110110111110110011001011110111010100101110001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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