#0caccc

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

Shades of Iris Blue #0CACCC

Tints of Iris Blue #0CACCC

Color information

#0CACCC (or 0x0CACCC) is unknown color: approx Iris Blue. HEX triplet: 0C, AC and CC. RGB value is (12,172,204). Sum of RGB (Red+Green+Blue) = 12+172+204=388 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.09% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #0CACCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACCC is #F35333. Grayscale: #7F7F7F. Windows color (decimal): -15946548 or 13413388. OLE color: 13413388.

HSL color Cylindrical-coordinate representation of color #0CACCC: hue angle of 190º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CACCC is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12172204-
CMYK0.940.1600.2
HSL190º88.89%42.35%-
HSV(B)190º94.12%80%-
XYZ25.833.9462.32-
YUV127.81170.9945.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.09%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=3.09%
G=44.33%
B=52.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal121722040.940.1600.219088.8942.35
HexCACCC5E10014be592a
Octal142543141362002427613152
Binary11001010110011001100101111010000010100101111101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0caccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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