#0FA9BD

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

Shades of Iris Blue #0FA9BD

Tints of Iris Blue #0FA9BD

Color information

#0FA9BD (or 0x0FA9BD) is unknown color: approx Iris Blue. HEX triplet: 0F, A9 and BD. RGB value is (15,169,189). Sum of RGB (Red+Green+Blue) = 15+169+189=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #0FA9BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA9BD is #F05642. Grayscale: #7D7D7D. Windows color (decimal): -15750723 or 12429583. OLE color: 12429583.

HSL color Cylindrical-coordinate representation of color #0FA9BD: hue angle of 186.9º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FA9BD is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15169189-
CMYK0.920.1100.26
HSL186.9º85.29%40%-
HSV(B)186.9º92.06%74.12%-
XYZ23.5732.1553.11-
YUV125.23163.9849.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.02%
GREEN value IS 169 (66.41% from 255) = 45.31%
BLUE value IS 189 (74.22% from 255) = 50.67%
R=4.02%
G=45.31%
B=50.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151691890.920.1100.26186.985.2940
HexFA9BD5CB01Abb5528
Octal172512751341303227312550
Binary1111101010011011110110111001011011010101110111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,169,189); }

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

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

 a { background-color: rgb(15,169,189); }

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

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

 span { border-color: rgb(15,169,189); }

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