#0FABCA

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

Shades of Iris Blue #0FABCA

Tints of Iris Blue #0FABCA

Color information

#0FABCA (or 0x0FABCA) is unknown color: approx Iris Blue. HEX triplet: 0F, AB and CA. RGB value is (15,171,202). Sum of RGB (Red+Green+Blue) = 15+171+202=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #0FABCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FABCA is #F05435. Grayscale: #7F7F7F. Windows color (decimal): -15750198 or 13282063. OLE color: 13282063.

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

Color convert

RGB15171202-
CMYK0.930.1500.21
HSL189.95º86.18%42.55%-
HSV(B)189.95º92.57%79.22%-
XYZ25.4233.4961-
YUV127.89169.8247.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.87%
GREEN value IS 171 (67.19% from 255) = 44.07%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=3.87%
G=44.07%
B=52.06%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151712020.930.1500.21189.9586.1842.55
HexFABCA5DF015be562b
Octal172533121351702527612653
Binary1111101010111100101010111011111010101101111101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,171,202); }

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

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

 a { background-color: rgb(15,171,202); }

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

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

 span { border-color: rgb(15,171,202); }

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