#0AB3DC

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

Shades of Iris Blue #0AB3DC

Tints of Iris Blue #0AB3DC

Color information

#0AB3DC (or 0x0AB3DC) is unknown color: approx Iris Blue. HEX triplet: 0A, B3 and DC. RGB value is (10,179,220). Sum of RGB (Red+Green+Blue) = 10+179+220=409 (54% of max value = 765). Red value is 10 (4.30% from 255 or 2.44% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #0AB3DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB3DC is #F54C23. Grayscale: #848484. Windows color (decimal): -16075812 or 14463754. OLE color: 14463754.

HSL color Cylindrical-coordinate representation of color #0AB3DC: hue angle of 191.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB3DC is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10179220-
CMYK0.950.1900.14
HSL191.71º91.3%45.1%-
HSV(B)191.71º95.45%86.27%-
XYZ29.1637.4773.41-
YUV133.14177.0140.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.44%
GREEN value IS 179 (70.31% from 255) = 43.77%
BLUE value IS 220 (86.33% from 255) = 53.79%
R=2.44%
G=43.77%
B=53.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal101792200.950.1900.14191.7191.345.1
HexAB3DC5F130Ec05b2d
Octal122633341372301630013355
Binary1010101100111101110010111111001101110110000001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,179,220); }

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

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

 a { background-color: rgb(10,179,220); }

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

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

 span { border-color: rgb(10,179,220); }

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