#0FACB8

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

Shades of Iris Blue #0FACB8

Tints of Iris Blue #0FACB8

Color information

#0FACB8 (or 0x0FACB8) is unknown color: approx Iris Blue. HEX triplet: 0F, AC and B8. RGB value is (15,172,184). Sum of RGB (Red+Green+Blue) = 15+172+184=371 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.04% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 184 (72.27% from 255 or 49.60% from 371); Max value from RGB is 184 - color contains mainly: blue. Hex color #0FACB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FACB8 is #F05347. Grayscale: #7E7E7E. Windows color (decimal): -15749960 or 12102671. OLE color: 12102671.

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

Color convert

RGB15172184-
CMYK0.920.0700.28
HSL184.26º84.92%39.02%-
HSV(B)184.26º91.85%72.16%-
XYZ23.633.0750.49-
YUV126.42160.4948.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.04%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 184 (72.27% from 255) = 49.60%
R=4.04%
G=46.36%
B=49.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151721840.920.0700.28184.2684.9239.02
HexFACB85C701Cb85527
Octal17254270134703427012547
Binary111110101100101110001011100111011100101110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FACB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,172,184); }

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

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

 a { background-color: rgb(15,172,184); }

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

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

 span { border-color: rgb(15,172,184); }

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