#0AB0C7

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

Shades of Iris Blue #0AB0C7

Tints of Iris Blue #0AB0C7

Color information

#0AB0C7 (or 0x0AB0C7) is unknown color: approx Iris Blue. HEX triplet: 0A, B0 and C7. RGB value is (10,176,199). Sum of RGB (Red+Green+Blue) = 10+176+199=385 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 199 (78.12% from 255 or 51.69% from 385); Max value from RGB is 199 - color contains mainly: blue. Hex color #0AB0C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB0C7 is #F54F38. Grayscale: #808080. Windows color (decimal): -16076601 or 13086730. OLE color: 13086730.

HSL color Cylindrical-coordinate representation of color #0AB0C7: hue angle of 187.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB0C7 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10176199-
CMYK0.950.1200.22
HSL187.3º90.43%40.98%-
HSV(B)187.3º94.97%78.04%-
XYZ25.9635.2459.47-
YUV128.99167.543.13-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.60%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 199 (78.12% from 255) = 51.69%
R=2.60%
G=45.71%
B=51.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101761990.950.1200.22187.390.4340.98
HexAB0C75FC016bb5a29
Octal122603071371402627313251
Binary1010101100001100011110111111100010110101110111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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