#0FB7BB

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

Shades of Iris Blue #0FB7BB

Tints of Iris Blue #0FB7BB

Color information

#0FB7BB (or 0x0FB7BB) is unknown color: approx Iris Blue. HEX triplet: 0F, B7 and BB. RGB value is (15,183,187). Sum of RGB (Red+Green+Blue) = 15+183+187=385 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.90% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #0FB7BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB7BB is #F04844. Grayscale: #858585. Windows color (decimal): -15747141 or 12302095. OLE color: 12302095.

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

Color convert

RGB15183187-
CMYK0.920.0200.27
HSL181.4º85.15%39.61%-
HSV(B)181.4º91.98%73.33%-
XYZ26.137.5652.89-
YUV133.22158.3443.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.90%
GREEN value IS 183 (71.88% from 255) = 47.53%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=3.90%
G=47.53%
B=48.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151831870.920.0200.27181.485.1539.61
HexFB7BB5C201Bb55528
Octal17267273134203326512550
Binary11111011011110111011101110010011011101101011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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