#0FB9E1

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

Shades of Iris Blue #0FB9E1

Tints of Iris Blue #0FB9E1

Color information

#0FB9E1 (or 0x0FB9E1) is unknown color: approx Iris Blue. HEX triplet: 0F, B9 and E1. RGB value is (15,185,225). Sum of RGB (Red+Green+Blue) = 15+185+225=425 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.53% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #0FB9E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB9E1 is #F0461E. Grayscale: #8A8A8A. Windows color (decimal): -15746591 or 14792975. OLE color: 14792975.

HSL color Cylindrical-coordinate representation of color #0FB9E1: hue angle of 191.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB9E1 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15185225-
CMYK0.930.1800.12
HSL191.43º87.5%47.06%-
HSV(B)191.43º93.33%88.24%-
XYZ31.1440.2477.36-
YUV138.73176.6839.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.53%
GREEN value IS 185 (72.66% from 255) = 43.53%
BLUE value IS 225 (88.28% from 255) = 52.94%
R=3.53%
G=43.53%
B=52.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151852250.930.1800.12191.4387.547.06
HexFB9E15D120Cbf582f
Octal172713411352201427713057
Binary1111101110011110000110111011001001100101111111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,185,225); }

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

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

 a { background-color: rgb(15,185,225); }

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

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

 span { border-color: rgb(15,185,225); }

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