#0ca8bf

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

Shades of Iris Blue #0CA8BF

Tints of Iris Blue #0CA8BF

Color information

#0CA8BF (or 0x0CA8BF) is unknown color: approx Iris Blue. HEX triplet: 0C, A8 and BF. RGB value is (12,168,191). Sum of RGB (Red+Green+Blue) = 12+168+191=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #0CA8BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CA8BF is #F35740. Grayscale: #7B7B7B. Windows color (decimal): -15947585 or 12560396. OLE color: 12560396.

HSL color Cylindrical-coordinate representation of color #0CA8BF: hue angle of 187.71º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CA8BF is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12168191-
CMYK0.940.1200.25
HSL187.71º88.18%39.8%-
HSV(B)187.71º93.72%74.9%-
XYZ23.5631.8554.2-
YUV123.98165.8248.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.23%
GREEN value IS 168 (66.02% from 255) = 45.28%
BLUE value IS 191 (75% from 255) = 51.48%
R=3.23%
G=45.28%
B=51.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121681910.940.1200.25187.7188.1839.8
HexCA8BF5EC019bc5828
Octal142502771361403127413050
Binary1100101010001011111110111101100011001101111001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ca8bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,168,191); }

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

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

 a { background-color: rgb(12,168,191); }

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

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

 span { border-color: rgb(12,168,191); }

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