#0FABBA

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

Shades of Iris Blue #0FABBA

Tints of Iris Blue #0FABBA

Color information

#0FABBA (or 0x0FABBA) is unknown color: approx Iris Blue. HEX triplet: 0F, AB and BA. RGB value is (15,171,186). Sum of RGB (Red+Green+Blue) = 15+171+186=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #0FABBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABBA is #F05445. Grayscale: #7D7D7D. Windows color (decimal): -15750214 or 12233487. OLE color: 12233487.

HSL color Cylindrical-coordinate representation of color #0FABBA: hue angle of 185.26º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FABBA is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15171186-
CMYK0.920.0800.27
HSL185.26º85.07%39.41%-
HSV(B)185.26º91.94%72.94%-
XYZ23.6232.7751.54-
YUV126.07161.8248.78-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.03%
GREEN value IS 171 (67.19% from 255) = 45.97%
BLUE value IS 186 (73.05% from 255) = 50%
R=4.03%
G=45.97%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151711860.920.0800.27185.2685.0739.41
HexFABBA5C801Bb95527
Octal172532721341003327112547
Binary1111101010111011101010111001000011011101110011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,171,186); }

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

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

 a { background-color: rgb(15,171,186); }

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

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

 span { border-color: rgb(15,171,186); }

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