#0fa8d7

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

Shades of Iris Blue #0FA8D7

Tints of Iris Blue #0FA8D7

Color information

#0FA8D7 (or 0x0FA8D7) is unknown color: approx Iris Blue. HEX triplet: 0F, A8 and D7. RGB value is (15,168,215). Sum of RGB (Red+Green+Blue) = 15+168+215=398 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.77% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 215 (84.38% from 255 or 54.02% from 398); Max value from RGB is 215 - color contains mainly: blue. Hex color #0FA8D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA8D7 is #F05728. Grayscale: #7F7F7F. Windows color (decimal): -15750953 or 14133263. OLE color: 14133263.

HSL color Cylindrical-coordinate representation of color #0FA8D7: hue angle of 194.1º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FA8D7 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15168215-
CMYK0.930.2200.16
HSL194.1º86.96%45.1%-
HSV(B)194.1º93.02%84.31%-
XYZ26.4733.0169.27-
YUV127.61177.3147.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.77%
GREEN value IS 168 (66.02% from 255) = 42.21%
BLUE value IS 215 (84.38% from 255) = 54.02%
R=3.77%
G=42.21%
B=54.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal151682150.930.2200.16194.186.9645.1
HexFA8D75D16010c2572d
Octal172503271352602030212755
Binary11111010100011010111101110110110010000110000101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fa8d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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