#0FA8BA

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

Shades of Iris Blue #0FA8BA

Tints of Iris Blue #0FA8BA

Color information

#0FA8BA (or 0x0FA8BA) is unknown color: approx Iris Blue. HEX triplet: 0F, A8 and BA. RGB value is (15,168,186). Sum of RGB (Red+Green+Blue) = 15+168+186=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #0FA8BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA8BA is #F05745. Grayscale: #7C7C7C. Windows color (decimal): -15750982 or 12232719. OLE color: 12232719.

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

Color convert

RGB15168186-
CMYK0.920.1000.27
HSL186.32º85.07%39.41%-
HSV(B)186.32º91.94%72.94%-
XYZ23.0631.6551.35-
YUV124.3162.8150.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.07%
GREEN value IS 168 (66.02% from 255) = 45.53%
BLUE value IS 186 (73.05% from 255) = 50.41%
R=4.07%
G=45.53%
B=50.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151681860.920.1000.27186.3285.0739.41
HexFA8BA5CA01Bba5527
Octal172502721341203327212547
Binary1111101010001011101010111001010011011101110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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