#0FB6CB

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

Shades of Iris Blue #0FB6CB

Tints of Iris Blue #0FB6CB

Color information

#0FB6CB (or 0x0FB6CB) is unknown color: approx Iris Blue. HEX triplet: 0F, B6 and CB. RGB value is (15,182,203). Sum of RGB (Red+Green+Blue) = 15+182+203=400 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.75% from 400); Green value is 182 (71.48% from 255 or 45.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #0FB6CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB6CB is #F04934. Grayscale: #868686. Windows color (decimal): -15747381 or 13350415. OLE color: 13350415.

HSL color Cylindrical-coordinate representation of color #0FB6CB: hue angle of 186.7º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FB6CB is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15182203-
CMYK0.930.1000.20
HSL186.7º86.24%42.75%-
HSV(B)186.7º92.61%79.61%-
XYZ27.737.8762.35-
YUV134.46166.6742.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.75%
GREEN value IS 182 (71.48% from 255) = 45.5%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=3.75%
G=45.5%
B=50.75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151822030.930.1000.20186.786.2442.75
HexFB6CB5DA014bb562b
Octal172663131351202427312653
Binary1111101101101100101110111011010010100101110111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,182,203); }

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

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

 a { background-color: rgb(15,182,203); }

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

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

 span { border-color: rgb(15,182,203); }

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