#0AB0C1

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

Shades of Iris Blue #0AB0C1

Tints of Iris Blue #0AB0C1

Color information

#0AB0C1 (or 0x0AB0C1) is unknown color: approx Iris Blue. HEX triplet: 0A, B0 and C1. RGB value is (10,176,193). Sum of RGB (Red+Green+Blue) = 10+176+193=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #0AB0C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB0C1 is #F54F3E. Grayscale: #808080. Windows color (decimal): -16076607 or 12693514. OLE color: 12693514.

HSL color Cylindrical-coordinate representation of color #0AB0C1: hue angle of 185.57º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB0C1 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10176193-
CMYK0.950.0900.24
HSL185.57º90.15%39.8%-
HSV(B)185.57º94.82%75.69%-
XYZ25.2834.9755.87-
YUV128.3164.543.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.64%
GREEN value IS 176 (69.14% from 255) = 46.44%
BLUE value IS 193 (75.78% from 255) = 50.92%
R=2.64%
G=46.44%
B=50.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101761930.950.0900.24185.5790.1539.8
HexAB0C15F9018ba5a28
Octal122603011371103027213250
Binary1010101100001100000110111111001011000101110101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,176,193); }

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

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

 a { background-color: rgb(10,176,193); }

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

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

 span { border-color: rgb(10,176,193); }

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