#0FB9BB

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

Shades of Iris Blue #0FB9BB

Tints of Iris Blue #0FB9BB

Color information

#0FB9BB (or 0x0FB9BB) is unknown color: approx Iris Blue. HEX triplet: 0F, B9 and BB. RGB value is (15,185,187). Sum of RGB (Red+Green+Blue) = 15+185+187=387 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.88% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #0FB9BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB9BB is #F04644. Grayscale: #868686. Windows color (decimal): -15746629 or 12302607. OLE color: 12302607.

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

Color convert

RGB15185187-
CMYK0.920.0100.27
HSL180.7º85.15%39.61%-
HSV(B)180.7º91.98%73.33%-
XYZ26.5238.3953.03-
YUV134.4157.6842.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.88%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=3.88%
G=47.80%
B=48.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151851870.920.0100.27180.785.1539.61
HexFB9BB5C101Bb55528
Octal17271273134103326512550
Binary1111101110011011101110111001011011101101011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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