#0CACCE

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

Shades of Iris Blue #0CACCE

Tints of Iris Blue #0CACCE

Color information

#0CACCE (or 0x0CACCE) is unknown color: approx Iris Blue. HEX triplet: 0C, AC and CE. RGB value is (12,172,206). Sum of RGB (Red+Green+Blue) = 12+172+206=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #0CACCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACCE is #F35331. Grayscale: #7F7F7F. Windows color (decimal): -15946546 or 13544460. OLE color: 13544460.

HSL color Cylindrical-coordinate representation of color #0CACCE: hue angle of 190.52º 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 #0CACCE is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12172206-
CMYK0.940.1700.19
HSL190.52º88.99%42.75%-
HSV(B)190.52º94.17%80.78%-
XYZ26.0434.0463.59-
YUV128.04171.9945.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.08%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 206 (80.86% from 255) = 52.82%
R=3.08%
G=44.10%
B=52.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121722060.940.1700.19190.5288.9942.75
HexCACCE5E11013bf592b
Octal142543161362102327713153
Binary11001010110011001110101111010001010011101111111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,172,206); }

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

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

 a { background-color: rgb(12,172,206); }

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

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

 span { border-color: rgb(12,172,206); }

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