#0CAACF

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

Shades of Iris Blue #0CAACF

Tints of Iris Blue #0CAACF

Color information

#0CAACF (or 0x0CAACF) is unknown color: approx Iris Blue. HEX triplet: 0C, AA and CF. RGB value is (12,170,207). Sum of RGB (Red+Green+Blue) = 12+170+207=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CAACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAACF is #F35530. Grayscale: #7E7E7E. Windows color (decimal): -15947057 or 13609484. OLE color: 13609484.

HSL color Cylindrical-coordinate representation of color #0CAACF: hue angle of 191.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAACF is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12170207-
CMYK0.940.1800.19
HSL191.38º89.04%42.94%-
HSV(B)191.38º94.2%81.18%-
XYZ25.7933.3364.11-
YUV126.98173.1545.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.08%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 207 (81.25% from 255) = 53.21%
R=3.08%
G=43.70%
B=53.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121702070.940.1800.19191.3889.0442.94
HexCAACF5E12013bf592b
Octal142523171362202327713153
Binary11001010101011001111101111010010010011101111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,170,207); }

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

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

 a { background-color: rgb(12,170,207); }

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

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

 span { border-color: rgb(12,170,207); }

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