#0AB1D7

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

Shades of Iris Blue #0AB1D7

Tints of Iris Blue #0AB1D7

Color information

#0AB1D7 (or 0x0AB1D7) is unknown color: approx Iris Blue. HEX triplet: 0A, B1 and D7. RGB value is (10,177,215). Sum of RGB (Red+Green+Blue) = 10+177+215=402 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 215 (84.38% from 255 or 53.48% from 402); Max value from RGB is 215 - color contains mainly: blue. Hex color #0AB1D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AB1D7 is #F54E28. Grayscale: #838383. Windows color (decimal): -16076329 or 14135562. OLE color: 14135562.

HSL color Cylindrical-coordinate representation of color #0AB1D7: hue angle of 191.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB1D7 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10177215-
CMYK0.950.1800.16
HSL191.12º91.11%44.12%-
HSV(B)191.12º95.35%84.31%-
XYZ28.1136.4269.84-
YUV131.4175.1741.41-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.49%
GREEN value IS 177 (69.53% from 255) = 44.03%
BLUE value IS 215 (84.38% from 255) = 53.48%
R=2.49%
G=44.03%
B=53.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101772150.950.1800.16191.1291.1144.12
HexAB1D75F12010bf5b2c
Octal122613271372202027713354
Binary10101011000111010111101111110010010000101111111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,177,215); }

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

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

 a { background-color: rgb(10,177,215); }

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

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

 span { border-color: rgb(10,177,215); }

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