#0FB4C6

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

Shades of Iris Blue #0FB4C6

Tints of Iris Blue #0FB4C6

Color information

#0FB4C6 (or 0x0FB4C6) is unknown color: approx Iris Blue. HEX triplet: 0F, B4 and C6. RGB value is (15,180,198). Sum of RGB (Red+Green+Blue) = 15+180+198=393 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.82% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 198 (77.73% from 255 or 50.38% from 393); Max value from RGB is 198 - color contains mainly: blue. Hex color #0FB4C6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FB4C6 is #F04B39. Grayscale: #848484. Windows color (decimal): -15747898 or 13022223. OLE color: 13022223.

HSL color Cylindrical-coordinate representation of color #0FB4C6: hue angle of 185.9º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB4C6 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15180198-
CMYK0.920.0900.22
HSL185.9º85.92%41.76%-
HSV(B)185.9º92.42%77.65%-
XYZ26.7136.8259.13-
YUV132.72164.8444.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.82%
GREEN value IS 180 (70.70% from 255) = 45.80%
BLUE value IS 198 (77.73% from 255) = 50.38%
R=3.82%
G=45.80%
B=50.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151801980.920.0900.22185.985.9241.76
HexFB4C65C9016ba562a
Octal172643061341102627212652
Binary1111101101001100011010111001001010110101110101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,180,198); }

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

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

 a { background-color: rgb(15,180,198); }

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

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

 span { border-color: rgb(15,180,198); }

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