#0CACCA

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

Shades of Iris Blue #0CACCA

Tints of Iris Blue #0CACCA

Color information

#0CACCA (or 0x0CACCA) is unknown color: approx Iris Blue. HEX triplet: 0C, AC and CA. RGB value is (12,172,202). Sum of RGB (Red+Green+Blue) = 12+172+202=386 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.11% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #0CACCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CACCA is #F35335. Grayscale: #7F7F7F. Windows color (decimal): -15946550 or 13282316. OLE color: 13282316.

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

Color convert

RGB12172202-
CMYK0.940.1500.21
HSL189.47º88.79%41.96%-
HSV(B)189.47º94.06%79.22%-
XYZ25.5633.8561.06-
YUV127.58169.9945.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.11%
GREEN value IS 172 (67.58% from 255) = 44.56%
BLUE value IS 202 (79.30% from 255) = 52.33%
R=3.11%
G=44.56%
B=52.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal121722020.940.1500.21189.4788.7941.96
HexCACCA5EF015bd592a
Octal142543121361702527513152
Binary1100101011001100101010111101111010101101111011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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