#0FAABD

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

Shades of Iris Blue #0FAABD

Tints of Iris Blue #0FAABD

Color information

#0FAABD (or 0x0FAABD) is unknown color: approx Iris Blue. HEX triplet: 0F, AA and BD. RGB value is (15,170,189). Sum of RGB (Red+Green+Blue) = 15+170+189=374 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.01% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #0FAABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FAABD is #F05542. Grayscale: #7D7D7D. Windows color (decimal): -15750467 or 12429839. OLE color: 12429839.

HSL color Cylindrical-coordinate representation of color #0FAABD: hue angle of 186.55º 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 #0FAABD is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15170189-
CMYK0.920.1000.26
HSL186.55º85.29%40%-
HSV(B)186.55º92.06%74.12%-
XYZ23.7632.5353.17-
YUV125.82163.6548.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.01%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 189 (74.22% from 255) = 50.53%
R=4.01%
G=45.45%
B=50.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151701890.920.1000.26186.5585.2940
HexFAABD5CA01Abb5528
Octal172522751341203227312550
Binary1111101010101011110110111001010011010101110111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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